We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca7b42 commit fb33ec4Copy full SHA for fb33ec4
.github/workflows/push_branches.workflow.yaml
@@ -27,14 +27,13 @@ jobs:
27
with:
28
node-version: 24
29
registry-url: "https://registry.npmjs.org"
30
- scope: "@kuzzleio"
31
32
- name: Install dependencies
33
run: npm ci
34
35
- name: Release
36
env:
37
- GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GHP }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
SEMANTIC_RELEASE_NPM_PUBLISH: "true"
39
SEMANTIC_RELEASE_SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }}
40
run: npx semantic-release
0 commit comments