Skip to content

Commit

Permalink
Merge pull request #7 from systemli/Add-Artifacts-to-Release
Browse files Browse the repository at this point in the history
Add Artifacts to Release
  • Loading branch information
0x46616c6b authored Dec 31, 2023
2 parents 28eeebd + 69a659e commit 36cdb62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Build
run: npm run build

- name: Bump Version
run: npm version ${{ github.event.release.tag_name }} --git-tag-version false

- name: Publish
run: npm publish --access public
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 36cdb62

Please sign in to comment.