diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index a843266..0bb9aac 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -40,4 +40,6 @@ template: | $CHANGES ## Install from the command line - docker pull ghcr.io/$OWNER/$REPOSITORY:v$RESOLVED_VERSION + ```sh + docker pull ghcr.io/$OWNER/$REPOSITORY:v$RESOLVED_VERSION + ```