Skip to content

Commit

Permalink
chore(GHA): enable publishing build results
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Feb 11, 2025
1 parent 9f92aa6 commit fcdb6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
[ "$(find dist -type f | wc -l)" -gt 0 ] # fails if no files where created
- name: Release
if: false
#if: false # disable for debugging, avoid publishing incomplete releases
uses: softprops/action-gh-release@v2
with:
make_latest: true
Expand Down

0 comments on commit fcdb6b4

Please sign in to comment.