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 a0d7a56 commit 7734f1bCopy full SHA for 7734f1b
.github/workflows/publish.yml
@@ -29,7 +29,9 @@ jobs:
29
if: ${{ steps.release.outputs.release_created }}
30
- run: npm ci
31
32
+ - run: npm run build
33
+ if: ${{ steps.release.outputs.release_created }}
34
- run: npm publish --access=public
35
env:
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
0 commit comments