Skip to content

Commit

Permalink
Enhance release body a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme committed Dec 18, 2022
1 parent 96a643a commit cb1e635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
makeLatest: true
skipIfReleaseExists: true
body: |
Release of AWS CLI `v${{ env.AWS_CLI_VERSION }}` on Alpine Linux `v${{ env.ALPINE_VERSION }}`.
Release of AWS CLI [v${{ env.AWS_CLI_VERSION }}](https://github.com/aws/aws-cli/releases/tag/${{ env.AWS_CLI_VERSION }}) on Alpine Linux v${{ env.ALPINE_VERSION }}.
The image is available on GitHub Container Registry:
- [`${{ env.IMAGE_NAME }}`](https://github.com/${{ github.repository }}/pkgs/container/aws-cli-alpine)
Expand Down

0 comments on commit cb1e635

Please sign in to comment.