Skip to content

Commit

Permalink
update version action
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 committed Sep 20, 2023
1 parent f85d488 commit 1ceeaf2
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/release-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,34 +24,9 @@ jobs:
- name: Start release
run: echo "Start release of gateway"

call-gateway-update-version:
needs: release-new-version
uses: ./.github/workflows/update-version.yml
secrets: inherit
with:
branch: 'develop'
milestone: "${{github.event.issue.milestone.title}}-SNAPSHOT"

call-base-release-version:
needs: release-new-version
uses: assimbly/base/.github/workflows/release-start.yml@develop
secrets: inherit
with:
branch: 'develop'
milestone: "${{github.event.issue.milestone.title}}-SNAPSHOT"

call-runtime-release-version:
needs: call-base-release-version
uses: assimbly/runtime/.github/workflows/release-start.yml@develop
secrets: inherit
with:
branch: 'develop'
milestone: "${{github.event.issue.milestone.title}}-SNAPSHOT"

call-custom-components-release-version:
needs: call-base-release-version
uses: assimbly/custom-components/.github/workflows/release-start.yml@develop
secrets: inherit
with:
branch: 'develop'
milestone: "${{github.event.issue.milestone.title}}-SNAPSHOT"

0 comments on commit 1ceeaf2

Please sign in to comment.