Skip to content

Commit f5a94e7

Browse files
authored
fix: use github context ref_name instead of ref (#969)
ref returns refs/tags/tag_name ref_name returns the name itself Co-authored-by: Laura Mosher <[email protected]>
1 parent 4a1ac50 commit f5a94e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
platforms: linux/amd64,linux/arm64,linux/arm/v7
2626
push: true
2727
tags: |
28-
terrastories/terrastories:${{ github.ref }}
28+
terrastories/terrastories:${{ github.ref_name }}
2929
terrastories/terrastories:latest

0 commit comments

Comments
 (0)