Skip to content

Commit 1b9b59e

Browse files
committed
feat: generate release after publish images
Generate release just after publish images Signed-off-by: jcriadomarco <[email protected]>
1 parent 7f391fe commit 1b9b59e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-workflow.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
release:
2929
name: create-release
3030
runs-on: ubuntu-latest
31+
needs: publish
3132
container:
3233
image: alpine/helm
3334
steps:

0 commit comments

Comments
 (0)