We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a920f commit 2ba9a5aCopy full SHA for 2ba9a5a
.github/workflows/publish.yml
@@ -29,6 +29,7 @@ jobs:
29
- run: npm version ${TAG_NAME} --git-tag-version=false
30
env:
31
TAG_NAME: ${{ github.event.release.tag_name || github.event.inputs.tag_name }}
32
- - run: npm whoami; npm publish --provenance
+ - run: npm run build
33
+ - run: npm whoami; npm --ignore-scripts publish --provenance
34
35
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments