Skip to content

Commit

Permalink
PR Comments
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith committed Jan 26, 2024
1 parent f7ac8c8 commit 294acf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ jobs:
})
if (data.name == '${{ steps.get-version.outputs.release-branch-name }}' && context.ref == 'refs/heads/main' && context.eventName == 'push' {
echo "Release branch ${{ steps.get-version.outputs.release-branch-name }} already exists."
echo "Release branch ${{ steps.get-version.outputs.release-branch-name }} already exists and the event is push to main branch."
return 'true'
} else {
echo "Release branch ${{ steps.get-version.outputs.release-branch-name }} does not exist."
echo "Release branch ${{ steps.get-version.outputs.release-branch-name }} does not exist or the event is not push to main branch."
return 'false'
}
- name: Generate release summary
Expand Down

0 comments on commit 294acf0

Please sign in to comment.