Skip to content

Commit

Permalink
[MOD] Create release NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Feb 6, 2024
1 parent a6d1f46 commit a1ffe22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
gh release create "$GITHUB_REF_NAME" \
--repo="$GITHUB_REPOSITORY" \
--title="${GITHUB_REPOSITORY#*/} ${GITHUB_REF_NAME#v}" \
--generate-notes
--notes "`docker pull ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME`" \
--generate-notes

0 comments on commit a1ffe22

Please sign in to comment.