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 e196832 commit 3c764cdCopy full SHA for 3c764cd
.github/workflows/post-release-mergeback.yml
@@ -146,6 +146,7 @@ jobs:
146
private-key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}
147
148
- name: Create the GitHub release
149
+ if: steps.check.outputs.exists != 'true'
150
env:
151
PARTIAL_CHANGELOG: "${{ runner.temp }}/partial_changelog.md"
152
VERSION: "${{ steps.getVersion.outputs.version }}"
0 commit comments