Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 872612b

Browse files
authored
Merge pull request #18 from fullstack-devops/bugfix/fix-version-repo-dispatch
Update create-release.yml
2 parents f2ebba5 + 138c298 commit 872612b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
publish_release:
115115
runs-on: ubuntu-latest
116-
needs: [create_release, build_base]
116+
needs: [create_release, build_base, build_flavors]
117117
steps:
118118
- name: Checkout code
119119
uses: actions/checkout@v2
@@ -127,7 +127,7 @@ jobs:
127127
ACI_RELEASE_ID: ${{ needs.create_release.outputs.releaseid }}
128128

129129
- name: update helm charts appVersion
130-
uses: peter-evans/repository-dispatch@v2
130+
uses: peter-evans/repository-dispatch@v2.0.0
131131
with:
132132
token: ${{ secrets.HELM_REPO_TOKEN }}
133133
repository: ${{ env.GITHUB_REPOSITORY_OWNER }}/helm-charts

0 commit comments

Comments
 (0)