fix: npm publish not working
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -38,6 +38,8 @@ jobs:
|
|||||||
if: ${{ env.IS_RELEASE_BRANCH == 'true' }}
|
if: ${{ env.IS_RELEASE_BRANCH == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
source ./scripts/setup-git.sh "$RELEASE_DEPLOY_KEY"
|
source ./scripts/setup-git.sh "$RELEASE_DEPLOY_KEY"
|
||||||
|
# allow publishing scoped package as public to avoid 402
|
||||||
|
npm config set access public
|
||||||
npx semantic-release -r $GITHUB_REPOSITORY_SSH_URL
|
npx semantic-release -r $GITHUB_REPOSITORY_SSH_URL
|
||||||
env:
|
env:
|
||||||
RELEASE_DEPLOY_KEY: ${{ secrets.RELEASE_DEPLOY_KEY }}
|
RELEASE_DEPLOY_KEY: ${{ secrets.RELEASE_DEPLOY_KEY }}
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
"version": "1.0.0-next.1",
|
"version": "1.0.0-next.1",
|
||||||
"description": "Meli CLI",
|
"description": "Meli CLI",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"private": false,
|
|
||||||
"bin": {
|
"bin": {
|
||||||
"meli": "./build/index.js"
|
"meli": "./build/index.js"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user