We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c6f59 commit ea44eefCopy full SHA for ea44eef
1 file changed
.github/workflows/publish-cli.yml
@@ -21,21 +21,6 @@ jobs:
21
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22
with:
23
persist-credentials: false
24
-
25
- - name: Get Node version
26
- id: retrieve-node-version
27
- working-directory: ./
28
- run: |
29
- NODE_NVMRC=$(cat .nvmrc)
30
- NODE_VERSION=${NODE_NVMRC/v/''}
31
- echo "node_version=$NODE_VERSION" >> "$GITHUB_OUTPUT"
32
- - name: Set up Node
33
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
34
- with:
35
- node-version: ${{ steps.retrieve-node-version.outputs.node_version }}
36
- registry-url: "https://registry.npmjs.org/"
37
38
- name: Install NPM
39
run: |
40
- npm install -g npm@latest # npm 11.5.1 or later is required to publish w/ OIDC
41
npm publish scripts/cli-2026.4.0.tgz --provenance --access public
0 commit comments