Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafee1100 committed Mar 28, 2024
2 parents 885af4e + a552deb commit 5fc26cd
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
Expand Up @@ -4,7 +4,7 @@ on:
release:
types: [created]
push:
branches: [master]
branches: [main]

jobs:
publish:
Expand All @@ -23,4 +23,4 @@ jobs:
- name: Publish to npm
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > .npmrc
npm publish
npm publish

0 comments on commit 5fc26cd

Please sign in to comment.