We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf1f65 commit a0b187cCopy full SHA for a0b187c
.github/workflows/publish.yml
@@ -6,6 +6,8 @@ on:
6
- main
7
- alpha
8
9
+permissions: write-all
10
+
11
jobs:
12
publish:
13
name: Semantic Release
@@ -22,8 +24,12 @@ jobs:
22
24
- name: Install Dependencies
23
25
run: bun install
26
27
+ - name: Setup node for npm publish
28
+ uses: actions/setup-node@v6
29
+ with:
30
+ node-version: latest
31
32
- name: Semantic Release
- uses: cycjimmy/semantic-release-action@v5
33
+ uses: cycjimmy/semantic-release-action@v6
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments