Skip to content

Commit

Permalink
Fix Caddy release URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vkartk committed Jul 8, 2024
1 parent ab24caf commit fbfd1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ jobs:
with:
tag_name: ${{ env.VERSION }}-alpine
release_name: "Caddy Alpine v${{ env.VERSION }}"
body: "New Caddy release detected. See the full release notes [here](https://github.com/caddyserver/caddy/releases/tag/${{ env.VERSION }})."
body: "New Caddy release detected. See the full release notes [here](https://github.com/caddyserver/caddy/releases/tag/v${{ env.VERSION }})."
draft: false
prerelease: false
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ jobs:
with:
tag_name: ${{ env.VERSION }}
release_name: "Caddy v${{ env.VERSION }}"
body: "New Caddy release detected. See the full release notes [here](https://github.com/caddyserver/caddy/releases/tag/${{ env.VERSION }})."
body: "New Caddy release detected. See the full release notes [here](https://github.com/caddyserver/caddy/releases/tag/v${{ env.VERSION }})."
draft: false
prerelease: false

0 comments on commit fbfd1e9

Please sign in to comment.