Skip to content

Commit 55062ee

Browse files
committed
chore: remove unnecessary configuration in release workflow
1 parent 4688aa1 commit 55062ee

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,8 @@ jobs:
2727
with:
2828
node-version: 24.14.1
2929

30-
# Update npm to the latest version to enable OIDC
31-
# Use corepack to install pnpm
3230
- name: Setup Package Managers
3331
run: |
34-
npm install -g npm@latest
35-
npm --version
3632
npm install -g corepack@latest --force
3733
corepack enable
3834
@@ -41,9 +37,6 @@ jobs:
4137

4238
- name: Publish
4339
uses: JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f # v4
44-
with:
45-
token: empty
46-
tag: 'rc'
4740

4841
- name: Create GitHub Release
4942
uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1

0 commit comments

Comments
 (0)