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' }}
|
||||
run: |
|
||||
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
|
||||
env:
|
||||
RELEASE_DEPLOY_KEY: ${{ secrets.RELEASE_DEPLOY_KEY }}
|
||||
|
@ -3,7 +3,6 @@
|
||||
"version": "1.0.0-next.1",
|
||||
"description": "Meli CLI",
|
||||
"main": "build/index.js",
|
||||
"private": false,
|
||||
"bin": {
|
||||
"meli": "./build/index.js"
|
||||
},
|
||||
|
Reference in New Issue
Block a user