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 44eee98 commit c79ebe7Copy full SHA for c79ebe7
.github/workflows/package.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: "lts/*"
21
registry-url: "https://registry.npmjs.org"
22
scope: "@mstssk"
23
- - run: npm install -g npm@^11.5.1 # Ensure npm 11.5.1 or later is installed for OIDC
+ - run: npm install -g npm@^11.5.1 && npm -v # Ensure npm 11.5.1 or later is installed for OIDC
24
- run: npm cit
25
- run: echo "TAG=$(node .github/workflows/publish-tag.js ${GITHUB_REF#refs/*/})" >> $GITHUB_ENV
26
- name: Publish --tag ${{ env.TAG }} ${{ env.DRY_RUN }}
0 commit comments