Skip to content

Commit

Permalink
Publish to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
mnemitz committed Sep 1, 2023
1 parent 4d32309 commit 2c6cd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Build TypeScript
run: npm run build

- run: npm publish --dry-run
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 2c6cd28

Please sign in to comment.