Skip to content

Commit bbd225f

Browse files
committed
fix: fix get tag 2
1 parent 034cf12 commit bbd225f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
GA_TOKEN: ${{ secrets.PAT_TOKEN }}
2626

2727
- name: Get current tag
28-
run: echo "Tag: ${{ github.ref_name }}"
28+
run: |
29+
echo "Tag: ${{ github.ref_name }}"
2930
- name: Log in to the Github Container registry
3031
uses: docker/login-action@v3
3132
with:

0 commit comments

Comments
 (0)