Skip to content

Commit 814dc61

Browse files
committed
fix: set version based on tags
1 parent 7abad9d commit 814dc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
tags: ${{ steps.meta.outputs.tags }}
7272
labels: ${{ steps.meta.outputs.labels }}
7373
build-args: |
74-
VERSION=${{ basename ${GITHUB_REF}) }}
74+
VERSION=${{ steps.meta.outputs.tags[0] }}

0 commit comments

Comments
 (0)