Skip to content

Commit

Permalink
Update release-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Nov 14, 2023
1 parent 939def2 commit 9044145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
run: git commit -m "$VERSION"

- name: Build assets
if: steps.prepare.outputs.has-dist-script
if: steps.prepare.outputs.has-dist-script == '1'
run: DIST_VERSION="$VERSION" yarn dist

- name: Upload release assets & signatures
Expand Down

0 comments on commit 9044145

Please sign in to comment.