Skip to content

Commit a707d92

Browse files
authored
ci: fix trusted publishing round 3 (#744)
1 parent 02bb0f1 commit a707d92

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,11 @@ jobs:
176176
id-token: write
177177
steps:
178178
- uses: actions/checkout@v4
179-
- uses: actions/setup-node@v3
179+
- uses: actions/setup-node@v4
180180
with:
181-
node-version: 16
182-
- run: npm publish --provenance --access public
181+
node-version: 24
182+
- run: npm --version
183+
- run: npm publish
183184

184185
publish-docker:
185186
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)