Skip to content

Commit

Permalink
chore: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
krigga committed Aug 14, 2024
1 parent ceb4fb7 commit 3ed1d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- debugger
name: Publish to NPM
jobs:
publish:
Expand Down Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: yarn npm publish --access public
run: yarn npm publish --access public --tag debugger

0 comments on commit 3ed1d12

Please sign in to comment.