We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ed087 commit fee5d50Copy full SHA for fee5d50
1 file changed
.github/workflows/push_branches.workflow.yaml
@@ -14,17 +14,16 @@ jobs:
14
contents: write
15
issues: write
16
pull-requests: write
17
- packages: write
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v3
21
22
- name: Setup Node.js
23
uses: actions/setup-node@v3
24
with:
25
- node-version: 24
+ node-version: 22
26
registry-url: "https://registry.npmjs.org"
27
- scope: '@kuzzleio'
+ scope: "@kuzzleio"
28
29
- name: Install dependencies
30
run: npm ci
@@ -36,6 +35,7 @@ jobs:
36
35
SEMANTIC_RELEASE_NPM_PUBLISH: "true"
37
SEMANTIC_RELEASE_SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }}
38
run: npx semantic-release
+
39
40
documentation_deploy:
41
needs: [release]
0 commit comments