Skip to content

Commit 02d58b0

Browse files
eucytrenovate[bot]
andauthored
Fix release CI (#312)
* chore(deps): update dependency @line/bot-sdk to v10.5.0 (#6) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix CI --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46bb5b4 commit 02d58b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
registry-url: 'https://registry.npmjs.org'
2525
# Enable this when setup-node v5 is released, and release is broken
2626
# package-manager-cache: false
27-
- run: npm install
2827
- name: Update version in package.json, package-lock.json
2928
run: |
3029
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
@@ -35,6 +34,7 @@ jobs:
3534
VERSION=${VERSION#v}
3635
echo "VERSION=$VERSION" >> $GITHUB_ENV
3736
node .github/scripts/update-version.mjs $VERSION
37+
- run: npm install
3838
- run: npm run release
3939

4040
- name: Create GitHub Issue on Failure

0 commit comments

Comments
 (0)