Skip to content

Commit b1a8ad4

Browse files
authored
ci: npm trusted publishing (#741)
1 parent 6f5364d commit b1a8ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
with:
181181
node-version: 16
182182
registry-url: https://registry.npmjs.org/
183-
- run: npm publish
183+
- run: npm publish --provenance --access public
184184

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

0 commit comments

Comments
 (0)