Skip to content

Commit

Permalink
CI update for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kiturutin committed Dec 31, 2023
1 parent 4339a11 commit 35701a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
- run: npm test unit

- run: npm test int

- run: npm publish
if: contains(github.ref, 'release/') && github.event_name != 'pull_request'
- if: contains(github.ref, 'release/') && github.event_name != 'pull_request'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}
run: npm publish --access public



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browserup",
"version": "1.1.34",
"version": "1.1.36",
"type": "module",
"license": "AGPL-3.0",
"homepage": "http://browserup.com",
Expand Down

0 comments on commit 35701a9

Please sign in to comment.