Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
test
  • Loading branch information
simonswine committed Feb 27, 2024
1 parent 1233f5f commit d03caf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- 'v*'
branches:
- 20240227_debug-publish

jobs:
release:
Expand Down Expand Up @@ -36,6 +38,6 @@ jobs:
- name: Build
run: npm run build
- name: Publish to npm
run: npm publish --access public
run: npm publish --access public --dry-run
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d03caf8

Please sign in to comment.