Skip to content

Commit 034cf12

Browse files
committed
fix: day 1
1 parent f9bced3 commit 034cf12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
GA_USERNAME: ${{ secrets.PAT_USERNAME }}
2525
GA_TOKEN: ${{ secrets.PAT_TOKEN }}
2626

27+
- name: Get current tag
28+
run: echo "Tag: ${{ github.ref_name }}"
2729
- name: Log in to the Github Container registry
2830
uses: docker/login-action@v3
2931
with:

0 commit comments

Comments
 (0)