Skip to content

Commit

Permalink
added build + publish steps to build + test workflow 2/x.
Browse files Browse the repository at this point in the history
  • Loading branch information
natural committed Nov 17, 2023
1 parent 8e7d0da commit 1840c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- run: npm ci

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

Expand Down

0 comments on commit 1840c78

Please sign in to comment.