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 d08d167 commit a45f4f7Copy full SHA for a45f4f7
.github/workflows/publish.yml
@@ -4,10 +4,6 @@ on:
4
release:
5
types: [created]
6
7
-permissions:
8
- id-token: write
9
- contents: read
10
-
11
jobs:
12
publish-docker:
13
runs-on: ubuntu-latest
@@ -42,6 +38,9 @@ jobs:
42
38
43
39
publish-comparadise-utils:
44
40
41
+ permissions:
+ id-token: write
+ contents: read
45
steps:
46
- name: Checkout
47
uses: actions/checkout@v6
@@ -62,7 +61,7 @@ jobs:
62
61
- name: Setup node for npm publish
63
uses: actions/setup-node@v6
64
with:
65
- node-version: 24
+ node-version: latest
66
67
- name: Set Version Environment Variable
68
run: |
0 commit comments