File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,10 @@ jobs:
143
143
PARTIAL_CHANGELOG : " ${{ runner.temp }}/partial_changelog.md"
144
144
VERSION : " ${{ needs.prepare.outputs.version }}"
145
145
GH_TOKEN : ${{ steps.app-token.outputs.token }}
146
+ RELEASE_URL : " ${{ github.server_url }}/${{ github.repository }}/releases/tag/${{ needs.prepare.outputs.version }}"
146
147
run : |
148
+ set -exu
149
+
147
150
# Do not mark this release as latest. The most recent bundle release must be marked as latest.
148
151
# Set as a draft to give us an opportunity to review the rollback release.
149
152
gh release create \
@@ -153,6 +156,8 @@ jobs:
153
156
--title "$VERSION" \
154
157
--notes-file "$PARTIAL_CHANGELOG"
155
158
159
+ echo "Created draft rollback release at $RELEASE_URL" >> $GITHUB_STEP_SUMMARY
160
+
156
161
- name : Update changelog
157
162
shell : bash
158
163
env :
You can’t perform that action at this time.
0 commit comments