Skip to content

Commit af239b0

Browse files
authored
chore: enable OIDC publishing (#16)
1 parent 0e09c6d commit af239b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ jobs:
2929
node-version: 22
3030
cache: "pnpm"
3131

32+
- name: Update npm
33+
run: npm install -g npm@latest && npm --version
34+
3235
- name: Install Dependencies
3336
run: pnpm install
3437

3538
- name: Publish
3639
uses: JS-DevTools/npm-publish@v3
37-
with:
38-
token: ${{ secrets.RSBUILD_PLUGIN_NPM_TOKEN }}
3940

4041
- name: Create GitHub Release
4142
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)