We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4688aa1 commit 55062eeCopy full SHA for 55062ee
.github/workflows/release.yml
@@ -27,12 +27,8 @@ jobs:
27
with:
28
node-version: 24.14.1
29
30
- # Update npm to the latest version to enable OIDC
31
- # Use corepack to install pnpm
32
- name: Setup Package Managers
33
run: |
34
- npm install -g npm@latest
35
- npm --version
36
npm install -g corepack@latest --force
37
corepack enable
38
@@ -41,9 +37,6 @@ jobs:
41
42
- name: Publish
43
39
uses: JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f # v4
44
- with:
45
- token: empty
46
- tag: 'rc'
47
40
48
- name: Create GitHub Release
49
uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1
0 commit comments