We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92b82e commit 185a0f6Copy full SHA for 185a0f6
.github/workflows/release.yml
@@ -79,6 +79,7 @@ jobs:
79
automated-release-${{ github.event.inputs.releaseVersion }}:automated-release-${{ github.event.inputs.releaseVersion }}
80
git push https://${{ github.token }}@github.com/${{ github.repository }}.git v${{ github.event.inputs.releaseVersion }}
81
- name: Pull Request
82
+ if: ${{ github.event.inputs.dry-run != 'true' }}
83
uses: repo-sync/pull-request@v2
84
with:
85
source_branch: automated-release-${{ github.event.inputs.releaseVersion }}
@@ -90,4 +91,4 @@ jobs:
90
91
uses: ncipollo/release-action@v1
92
93
token: ${{ secrets.GITHUB_TOKEN }}
- tag: v${{ github.event.inputs.releaseVersion }}
94
+ tag: v${{ github.event.inputs.releaseVersion }}
0 commit comments