Skip to content

Commit

Permalink
ci: check for explicit true condition (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinebayar-g authored Dec 17, 2024
1 parent a69a4e6 commit ce9cf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
publish:
runs-on: ubuntu-24.04
needs: release
if: needs.release.outputs.releases_created
if: needs.release.outputs.releases_created == 'true'
strategy:
matrix:
package: ${{ needs.release.outputs.paths_released }}
Expand Down

0 comments on commit ce9cf0e

Please sign in to comment.