Skip to content

Commit fb33ec4

Browse files
committed
fix: remove the @scope of semantic
1 parent 5ca7b42 commit fb33ec4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/push_branches.workflow.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@ jobs:
2727
with:
2828
node-version: 24
2929
registry-url: "https://registry.npmjs.org"
30-
scope: "@kuzzleio"
3130

3231
- name: Install dependencies
3332
run: npm ci
3433

3534
- name: Release
3635
env:
37-
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GHP }}
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3837
SEMANTIC_RELEASE_NPM_PUBLISH: "true"
3938
SEMANTIC_RELEASE_SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }}
4039
run: npx semantic-release

0 commit comments

Comments
 (0)