Skip to content

Commit 9a282e7

Browse files
Fix github action (#111)
Was referencing wrong job name
1 parent 94a1ed9 commit 9a282e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
bump:
7878
name: Bump Chart Version
7979
runs-on: ubuntu-20.04
80-
needs: [release]
80+
needs: [publish-docker]
8181
permissions:
8282
contents: write
8383
discussions: write

0 commit comments

Comments
 (0)