We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde2afb commit 1b59ffaCopy full SHA for 1b59ffa
1 file changed
.github/workflows/release-beta.yml
@@ -99,5 +99,9 @@ jobs:
99
with:
100
node-version: latest
101
registry-url: https://registry.npmjs.org
102
+
103
+ # Ensure npm 11.5.1 or later is installed for trusted publishing support
104
+ - name: Update npm
105
+ run: npm install -g npm@latest
106
- run: npm --git-tag-version=false version ${{ needs.release.outputs.new-release-version }}
107
- run: npm publish --tag ${{ needs.release.outputs.new-release-channel }}
0 commit comments