Skip to content

Commit 28210fb

Browse files
committed
fix(ci): fix variable reference
1 parent 6fac4c1 commit 28210fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
type=ref,event=branch
107107
type=ref,event=tag
108108
type=raw,value=latest,enable={{is_default_branch}}
109-
type=raw,value=v${{ steps.semantic.outputs.release-version }},enable={{ steps.semantic.outputs.new-release-published }}
109+
type=raw,value=v${{ steps.semantic.outputs.release-version }},enable=${{ steps.semantic.outputs.new-release-published }}
110110
111111
- name: Set up QEMU
112112
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)