Skip to content

Commit 703b0a3

Browse files
authored
fix: chart releaser vs goreleaser order (#138)
1 parent 2248236 commit 703b0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969
chart-releaser:
7070
runs-on: ubuntu-latest
71-
needs: release-please
71+
needs: goreleaser
7272
if: needs.release-please.outputs.releases_created == 'true'
7373
permissions:
7474
contents: write

0 commit comments

Comments
 (0)