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.
2 parents 9cd3d9b + 449f45b commit ae1553bCopy full SHA for ae1553b
.github/workflows/npm-publish.yml
@@ -44,6 +44,8 @@ jobs:
44
with:
45
node-version: 20
46
registry-url: https://registry.npmjs.org/
47
+ - name: Update npm
48
+ run: npm i -g [email protected]
49
- name: Set env
50
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
51
- uses: actions/download-artifact@v4
0 commit comments