Skip to content

Commit

Permalink
fix(ci): skip npm upgrade step on release if no release
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jul 24, 2023
1 parent b3c8034 commit 41760a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
node-version: 20
- name: Upgrade npm
if: ${{ steps.release.outputs.releases_created }}
run: npm i -g npm@latest
- name: Build Package
if: ${{ steps.release.outputs.releases_created }}
Expand Down

0 comments on commit 41760a9

Please sign in to comment.