We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4b874 commit 9b0d73eCopy full SHA for 9b0d73e
.github/workflows/release-please.yml
@@ -47,9 +47,9 @@ jobs:
47
id: is-published
48
# these if statements ensure that a publication only occurs when
49
# a new release is created:
50
- if: ${{ steps.release.outputs.release_created }}
51
run: |
52
- echo "is_published"
+ echo "is_published: ${{ steps.release.outputs.releases_created }}"
+ echo "prs_created: ${{ steps.release.outputs.prs_created }}"
53
54
- name: Output Release Created
55
id: output-release-created
0 commit comments