Skip to content

Commit a45f4f7

Browse files
authored
fix(ci): update permissions and node version in publish.yml
1 parent d08d167 commit a45f4f7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
release:
55
types: [created]
66

7-
permissions:
8-
id-token: write
9-
contents: read
10-
117
jobs:
128
publish-docker:
139
runs-on: ubuntu-latest
@@ -42,6 +38,9 @@ jobs:
4238

4339
publish-comparadise-utils:
4440
runs-on: ubuntu-latest
41+
permissions:
42+
id-token: write
43+
contents: read
4544
steps:
4645
- name: Checkout
4746
uses: actions/checkout@v6
@@ -62,7 +61,7 @@ jobs:
6261
- name: Setup node for npm publish
6362
uses: actions/setup-node@v6
6463
with:
65-
node-version: 24
64+
node-version: latest
6665

6766
- name: Set Version Environment Variable
6867
run: |

0 commit comments

Comments
 (0)