Skip to content

Commit

Permalink
Fix missing build on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aefhm committed Oct 31, 2023
1 parent b216916 commit 169ffcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
- name: Publish ${{ github.ref_name }} to NPM
uses: JS-DevTools/npm-publish@v2
with:
# Build runs in a prepublish script
ignore-scripts: false
token: ${{ secrets.NPM_TOKEN }}
package: ${{ steps.extract-tag.outputs.NPM_PACKAGE }}

0 comments on commit 169ffcd

Please sign in to comment.