File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 29
29
needs : release-please
30
30
if : ${{ needs.release-please.outputs.release_created }}
31
31
runs-on : ubuntu-latest
32
+ permissions :
33
+ id-token : write
32
34
steps :
33
35
- uses : actions/checkout@v4
34
36
@@ -48,10 +50,10 @@ jobs:
48
50
restore-keys : |
49
51
${{runner.os}}-yarn-
50
52
53
+ - run : corepack yarn install --immutable
54
+
51
55
- name : Publish to the npm registry
52
- run : |
53
- corepack yarn install --immutable
54
- corepack yarn npm publish
56
+ run : corepack yarn npm publish --provenance
55
57
env :
56
58
YARN_NPM_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
57
59
Original file line number Diff line number Diff line change 16
16
"./package.json" : " ./package.json"
17
17
},
18
18
"license" : " MIT" ,
19
- "packageManager" : " yarn@4.6 .0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728 " ,
19
+ "packageManager" : " yarn@4.9 .0+sha224.dce6c5df199861784bd9b0eecb2a228df97e3f18a02b1bb75ff98383 " ,
20
20
"devDependencies" : {
21
21
"@types/debug" : " ^4.1.5" ,
22
22
"@types/node" : " ^20.4.6" ,
You can’t perform that action at this time.
0 commit comments