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