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 7ad02e4 commit 60371d6Copy full SHA for 60371d6
1 file changed
.github/workflows/release.yml
@@ -80,7 +80,10 @@ jobs:
80
id-token: write
81
contents: read
82
steps:
83
- - name: ⎔ Setup Node.js
+ - name: ⎔ Setup pnpm
84
+ uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
85
+
86
+ - name: ⎔ Setup Node.js
87
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
88
with:
89
node-version: 24
@@ -92,7 +95,7 @@ jobs:
92
95
name: package
93
96
94
97
- name: 📦 Publish to NPM
- run: npm publish --ignore-scripts
98
+ run: pnpm publish --no-git-checks --ignore-scripts
99
env:
100
NODE_AUTH_TOKEN: "" # Clear placeholder set by setup-node to enable OIDC
101
0 commit comments