Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/prep-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ jobs:
echo "Optional): Review Draft Release: ${{ steps.prep-release.outputs.release_url }}"
echo "## Next Step" >> $GITHUB_STEP_SUMMARY
echo "(Optional): Review Draft Release: ${{ steps.prep-release.outputs.release_url }}" >> $GITHUB_STEP_SUMMARY
echo "Run Publish Release Workflow" >> $GITHUB_STEP_SUMMARY
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: false

jobs:
full_release:
publish_release:
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand Down Expand Up @@ -71,3 +71,4 @@ jobs:
echo "## Failure Message" >> $GITHUB_STEP_SUMMARY
echo ":x: Failed to Publish the Draft Release Url:" >> $GITHUB_STEP_SUMMARY
echo ${{ steps.populate-release.outputs.release_url }} >> $GITHUB_STEP_SUMMARY
echo "Fix credentials and run 'Publish Release' workflow again" >> $GITHUB_STEP_SUMMARY