Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit fdaeaae

Browse files
author
odacremolbap
committed
typo
1 parent 5fd5ed3 commit fdaeaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
DIST_DIR: /tmp/dist
8989
run: |
9090
IMAGE_TAG=${{ steps.image-tag.outputs.IMAGE_TAG }} make release
91-
echo "generated images with tag ${steps.image-tag.outputs.IMAGE_TAG}"
91+
echo "generated images with tag ${{steps.image-tag.outputs.IMAGE_TAG}}"
9292
9393
- name: Upload artifact
9494
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)