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 46bb5b4 commit 02d58b0Copy full SHA for 02d58b0
.github/workflows/release.yml
@@ -24,7 +24,6 @@ jobs:
24
registry-url: 'https://registry.npmjs.org'
25
# Enable this when setup-node v5 is released, and release is broken
26
# package-manager-cache: false
27
- - run: npm install
28
- name: Update version in package.json, package-lock.json
29
run: |
30
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
@@ -35,6 +34,7 @@ jobs:
35
34
VERSION=${VERSION#v}
36
echo "VERSION=$VERSION" >> $GITHUB_ENV
37
node .github/scripts/update-version.mjs $VERSION
+ - run: npm install
38
- run: npm run release
39
40
- name: Create GitHub Issue on Failure
0 commit comments