We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c94d362 + 71f7928 commit 8a62598Copy full SHA for 8a62598
1 file changed
.github/workflows/publish-release.yml
@@ -46,6 +46,8 @@ jobs:
46
with:
47
node-version: "20"
48
registry-url: "https://registry.npmjs.org"
49
+ - name: Update npm
50
+ run: npm install -g npm@latest
51
- name: Set package version from tag
52
working-directory: npm
53
run: npm version "${GITHUB_REF_NAME#v}" --no-git-tag-version --allow-same-version
0 commit comments