Skip to content

Commit

Permalink
Merge branch 'main' of github.com:umts/embedded-departure-board into …
Browse files Browse the repository at this point in the history
…stop_1670
  • Loading branch information
bandogora committed Nov 12, 2024
2 parents 38261ce + 5a03184 commit db0f6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
html_url=$(grep -Po -m 1 '(?:\G(?!^)",|"html_url":\s*)\s*"\K[^"]+' release.json)
if [[ -z "$html_url" ]]; then
echo "No release matching tag ${{ env.version_tag }} found" >> $GITHUB_STEP_SUMMARY
echo "needs_release=true" >> $GITHUB_OUTPUT
echo "needs_release='true'" >> $GITHUB_OUTPUT
else
echo "upload_url=$(grep -Po '(?:\G(?!^)",|"upload_url":\s*)\s*"\K[^"{]+' release.json)" >> $GITHUB_ENV
echo "Found release [${{ env.version_tag }}]($html_url)" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit db0f6bc

Please sign in to comment.