There was an error while loading. Please reload this page.
2 parents 296ad25 + 266b199 commit 8df8172Copy full SHA for 8df8172
1 file changed
.github/workflows/npm-publish.yml
@@ -18,6 +18,9 @@ jobs:
18
node-version: '22'
19
registry-url: 'https://registry.npmjs.org'
20
21
+ - name: Update NPM - for OIDC/Trusted Publishing to npmjs.org
22
+ run: npm install -g npm@latest
23
+
24
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
25
- run: echo ${VERSION}
26
0 commit comments