Skip to content

Commit

Permalink
ci: publish tags to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
remigius42 committed Mar 11, 2024
1 parent 2777887 commit c91bce7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
with:
name: algebra-${{ steps.package-version.outputs.current-version }}.ts
path: "dist/algebra-${{ steps.package-version.outputs.current-version }}.*"
- name: Publish to NPM
if: ${{ github.ref_type == 'tag' }}
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Test summary
if: always()
uses: test-summary/action@v2.3
Expand Down

0 comments on commit c91bce7

Please sign in to comment.