Skip to content

Commit

Permalink
Merge pull request #215 from kuzzleio/fix/add-npm-publish
Browse files Browse the repository at this point in the history
fix: Add npm publish in ci
  • Loading branch information
rolljee authored Dec 17, 2024
2 parents 45d51cb + b3dd96c commit 04f2056
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push_branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,7 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
SEMANTIC_RELEASE_NPM_PUBLISH: "true"
SEMANTIC_RELEASE_SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }}
run: npx semantic-release

0 comments on commit 04f2056

Please sign in to comment.