Skip to content

Commit

Permalink
Merge pull request #219 from oasisprotocol/xz/fix-publish
Browse files Browse the repository at this point in the history
Fix missing build on publish
  • Loading branch information
aefhm authored Oct 31, 2023
2 parents bcecd07 + 8999976 commit ed9e06b
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@v3
with:
# Build runs as a prepublish script
ignore-scripts: false
token: ${{ secrets.NPM_TOKEN }}
package: ${{ steps.extract-tag.outputs.NPM_PACKAGE }}

0 comments on commit ed9e06b

Please sign in to comment.