Skip to content

Commit

Permalink
fix: npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Dec 17, 2024
2 parents b13016d + 8ed7785 commit a80beb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push_branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ jobs:
- name: Release
env:
<<<<<<< HEAD
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GHP }}
=======
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
>>>>>>> 8ed7785db2b5b293af9022181b99727371cd75b6
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
SEMANTIC_RELEASE_NPM_PUBLISH: "true"
SEMANTIC_RELEASE_SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }}
Expand Down

0 comments on commit a80beb4

Please sign in to comment.