Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbanchich committed Jan 1, 2025
1 parent 1882ccc commit fee01ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

upload-assets:
name: Upload assets
if: ${{ needs.release-plz-release.outputs.releases_created }} && github.repository_owner == 'andrewbanchich'
if: needs.release-plz-release.outputs.releases_created == 'true' && github.repository_owner == 'andrewbanchich'
needs:
- release-plz-release
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit fee01ec

Please sign in to comment.