Skip to content

Commit

Permalink
Specify explicit release title
Browse files Browse the repository at this point in the history
  • Loading branch information
exquo committed Jul 21, 2024
1 parent f465631 commit fb306df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/libclient-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
run: |
gh release create \
--target "$GITHUB_REF_NAME" \
-n "Produced by GitHub actions run: https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}" \
--title "$TAG_NAME" \
--notes "Produced by GitHub actions run: https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}" \
"$TAG_NAME"
Expand Down

0 comments on commit fb306df

Please sign in to comment.