Skip to content

Commit 5d7b6db

Browse files
committed
updated git_info step
1 parent 037ceb9 commit 5d7b6db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ jobs:
8484
- name: Get git tag
8585
id: git_info
8686
if: startsWith(github.ref, 'refs/tags/')
87-
run: |
88-
echo "tag=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
87+
run: echo "tag=${{ github.ref }}" >> $GITHUB_OUTPUT
8988

9089
- name: Decide image tag name
9190
id: determine

0 commit comments

Comments
 (0)