Skip to content

Commit

Permalink
fix: tweak release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Coobaha committed Aug 3, 2022
1 parent 2b2f5d2 commit e1ce5de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
# The logic below handles the npm publication:
# these if statements ensure that a publication only occurs when
# a new release is created:
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v3
if: ${{ steps.release.outputs.release_created }}
with:
Expand Down

0 comments on commit e1ce5de

Please sign in to comment.