We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2248236 commit 703b0a3Copy full SHA for 703b0a3
.github/workflows/release.yaml
@@ -68,7 +68,7 @@ jobs:
68
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
chart-releaser:
70
runs-on: ubuntu-latest
71
- needs: release-please
+ needs: goreleaser
72
if: needs.release-please.outputs.releases_created == 'true'
73
permissions:
74
contents: write
0 commit comments