Skip to content

Commit 6fb4209

Browse files
ci: fix semver version
Signed-off-by: Henry Gressmann <[email protected]>
1 parent ecdf584 commit 6fb4209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: semver
2727
run: |
2828
SEMVER_VERSION=$(echo "${{ github.event.inputs.tag }}" | sed -E 's/liwan-v//')
29-
echo "SEMVER_VERSION=$SEMVER_VERSION" >> $GITHUB_OUTPUT
29+
echo "SEMVER_VERSION=${SEMVER_VERSION}" >> "$GITHUB_OUTPUT"
3030
- name: Setup Docker Metadata
3131
uses: docker/metadata-action@v5
3232
id: meta

0 commit comments

Comments
 (0)