We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e931e commit 4462b50Copy full SHA for 4462b50
.github/workflows/ci.yml
@@ -92,6 +92,9 @@ jobs:
92
if: startsWith(github.ref, 'refs/tags/v')
93
94
runs-on: ubuntu-24.04
95
+ permissions:
96
+ contents: read
97
+ id-token: write
98
99
steps:
100
- name: Checkout
@@ -109,7 +112,5 @@ jobs:
109
112
name: ${{ needs.build.outputs.artifact_filename }}
110
113
111
114
- name: Publish packages on npm with tag "next"
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
115
run: |
116
npm publish ${{ needs.build.outputs.artifact_filename }} --tag next
0 commit comments