Skip to content

Commit

Permalink
fix: add branches arguement
Browse files Browse the repository at this point in the history
  • Loading branch information
AbsharHassan committed Jan 10, 2024
1 parent 43bcb9b commit 9013474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: bundle
run: npm run rollup
- name: publish
run: npx semantic-release
run: npx semantic-release --branches main
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9013474

Please sign in to comment.