Skip to content

Commit 9540ca2

Browse files
committed
fix: job dependency
1 parent dccef17 commit 9540ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ jobs:
106106
context: .
107107
file: ./build/docker/Dockerfile
108108
push: true
109-
tags: ${{ jobs.release.outputs.version }}
109+
tags: ${{ needs.release.outputs.version }}
110110
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)