Skip to content

Commit 2c89d20

Browse files
committed
again
1 parent 2da8ef8 commit 2c89d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/docker-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
with:
71-
tag_name: ${{ github.ref_name }} # Use the pushed version tag as the release tag
71+
tag_name: ${{ github.ref }} # Use the pushed version tag as the release tag (e.g., v1.0.0)
7272
release_name: Release ${{ github.ref_name }} # Name the release after the tag (e.g., v1.0.0)
7373
body: |
7474
Release notes for version ${{ github.ref_name }}.

0 commit comments

Comments
 (0)