Skip to content

Commit

Permalink
fix: workflow url (#241)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 authored Apr 9, 2024
1 parent 2bdfbb0 commit 005974b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@ jobs:
semver-auto:
needs:
- sync-main
uses: vdaas/vald-ci-labs/.github/workflows/_semver-auto.yaml@main
uses: ./.github/workflows/_semver-auto.yaml
# uses: vdaas/vald-ci-labs/.github/workflows/_semver-auto.yaml@main
secrets: inherit

prepare-release:
if: ${{ needs.semver-auto.outputs.RELEASE == 'true' }}
needs:
- semver-auto
uses: vdaas/vald-ci-labs/.github/workflows/_prepare-release.yaml@main
# uses: vdaas/vald-ci-labs/.github/workflows/_prepare-release.yaml@main
uses: ./.github/workflows/_prepare-release.yaml
with:
image_tag: ${{ needs.semver-auto.outputs.VERSION }}
release_branch_name: ${{ needs.semver-auto.outputs.RELEASE_BRANCH_NAME }}
Expand Down

0 comments on commit 005974b

Please sign in to comment.