We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bced3 commit 034cf12Copy full SHA for 034cf12
.github/workflows/release.yml
@@ -24,6 +24,8 @@ jobs:
24
GA_USERNAME: ${{ secrets.PAT_USERNAME }}
25
GA_TOKEN: ${{ secrets.PAT_TOKEN }}
26
27
+ - name: Get current tag
28
+ run: echo "Tag: ${{ github.ref_name }}"
29
- name: Log in to the Github Container registry
30
uses: docker/login-action@v3
31
with:
0 commit comments