We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16d041 commit 7de04feCopy full SHA for 7de04fe
.github/workflows/release.yml
@@ -26,8 +26,8 @@ jobs:
26
with:
27
node-version: 22
28
29
- # Use corepack to install pnpm
30
# Update npm to the latest version to enable OIDC
+ # Use corepack to install pnpm
31
- name: Setup Package Managers
32
run: |
33
npm install -g npm@latest
@@ -41,7 +41,6 @@ jobs:
41
- name: Publish
42
uses: JS-DevTools/npm-publish@v3
43
44
- provenance: true
45
token: empty
46
47
- name: Create GitHub Release
0 commit comments