Skip to content

Commit

Permalink
fix(gha): fix for release-please action
Browse files Browse the repository at this point in the history
fix to properly emit release build trigger
  • Loading branch information
shinybrar authored Nov 20, 2024
1 parent c38e790 commit 50a755c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
-
name: Dispatch Release Build
# Run this step only if the release-please completes successfully
if: ${{ steps.release-please.outputs.release_created }}
if: ${{ steps.release-please.outputs.releases_created }}
uses: peter-evans/[email protected]
with:
repository: opencadc/science-platform
Expand Down

0 comments on commit 50a755c

Please sign in to comment.