We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da8ef8 commit 2c89d20Copy full SHA for 2c89d20
.github/workflows/docker-build.yml
@@ -68,7 +68,7 @@ jobs:
68
env:
69
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
with:
71
- tag_name: ${{ github.ref_name }} # Use the pushed version tag as the release tag
+ tag_name: ${{ github.ref }} # Use the pushed version tag as the release tag (e.g., v1.0.0)
72
release_name: Release ${{ github.ref_name }} # Name the release after the tag (e.g., v1.0.0)
73
body: |
74
Release notes for version ${{ github.ref_name }}.
0 commit comments