mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Use actions/setup-node's way of authenticating to npm registry (#6827)
This commit is contained in:
committed by
GitHub
parent
e89372b1a2
commit
d529b0373b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -63,11 +63,11 @@ jobs:
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16.x'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- run: npx lerna publish from-git --no-verify-access --yes
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
build-images:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user