mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Attempt to fix Release CD
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -65,6 +65,8 @@ jobs:
|
||||
node-version: '16.x'
|
||||
|
||||
- run: npx lerna publish --force-publish --exact from-git --yes
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
build-images:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -110,7 +112,7 @@ jobs:
|
||||
if: ${{ env.DOCKERHUB_IMAGE }}
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
|
||||
- name: Login to GHCR
|
||||
uses: docker/login-action@v1
|
||||
|
||||
Reference in New Issue
Block a user