Skip to content

Commit

Permalink
correctly use env var
Browse files Browse the repository at this point in the history
  • Loading branch information
antondlr committed Jun 24, 2024
1 parent 1cbc8be commit 3e4ffe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
${{ steps.changelog.outputs.CHANGELOG }}
## Docker Hub
https://hub.docker.com/r/${{ DOCKER_USERNAME }}/siren/tags
https://hub.docker.com/r/${{ env.DOCKER_USERNAME }}/siren/tags
ENDBODY
)
Expand Down

0 comments on commit 3e4ffe8

Please sign in to comment.