Skip to content

Commit 6b71b05

Browse files
committed
fix(ci): correct workflow YAML run step for publish-oci
1 parent 27aa3d8 commit 6b71b05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-oci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
helm chart push "$CHART_REF"
3939
4040
- name: Output published reference
41-
run: echo "Published chart: ghcr.io/${{ github.repository_owner }}/memos:${{ env.VERSION }}"
41+
run: |
42+
echo "Published chart: ghcr.io/${{ github.repository_owner }}/memos:${{ env.VERSION }}"

0 commit comments

Comments
 (0)