auth type legacy
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
||||
- run: |
|
||||
SHA_SHORT=$(echo $GITHUB_SHA | cut -c1-8)
|
||||
npm version 13.0.0-next.$SHA_SHORT --allow-same-version --no-git-tag-version
|
||||
- run: npm login --registry=https://npm.pkg.github.com/ --scope=@umbraco-cms
|
||||
- run: npm login --scope=@umbraco-cms --auth-type=legacy --registry=https://npm.pkg.github.com/
|
||||
- run: npm publish --tag next
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
Reference in New Issue
Block a user