Skip to content

Commit

Permalink
fix: tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fad3t committed Oct 2, 2024
1 parent 4c71c40 commit 58f816c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Get image tag
id: tag
run: |
tag=${GITHUB_REF##*/}
tag=${{ github.event.workflow_run.head_branch }}
echo tag=$tag >> $GITHUB_OUTPUT
- name: check out code
Expand Down

0 comments on commit 58f816c

Please sign in to comment.