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.
2 parents a21ddda + b82a83c commit 70b697dCopy full SHA for 70b697d
.github/workflows/release.yml
@@ -84,6 +84,12 @@ jobs:
84
title: Release ${{ steps.semver-tag-dry.outputs.tag }}
85
labels: automerge
86
87
+ - name: Check outputs
88
+ if: ${{ steps.cpr.outputs.pull-request-number }}
89
+ run: |
90
+ echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
91
+ echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
92
+
93
- name: Merging release PR
94
run: gh pr merge --merge --auto "${{ steps.cpr.outputs.pull-request-number }}"
95
env:
0 commit comments