Skip to content

Commit

Permalink
fixup! ci(github): connect release reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed May 23, 2024
1 parent ac1c82b commit 3029015
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/release-connect-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,27 +66,3 @@ jobs:
git checkout -b ${{ env.BRANCH_NAME }}
git push origin ${{ env.BRANCH_NAME }}
echo "branch_name=${{ env.BRANCH_NAME }}" >> $GITHUB_OUTPUT
trigger-v9-staging-release:
runs-on: ubuntu-latest
steps:
- run: gh workflow run .github/workflows/release-connect-v9-staging.yml --ref $BRANCH_NAME
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: ${{ needs.create-push-release-branch.outputs.branch_name }}

trigger-v9-production-release:
runs-on: ubuntu-latest
steps:
- run: gh workflow run .github/workflows/release-connect-v9-production.yml --ref ${{ env.BRANCH_NAME }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: ${{ needs.create-push-release-branch.outputs.branch_name }}

trigger-npm-release:
runs-on: ubuntu-latest
steps:
- run: gh workflow run .github/workflows/release-connect-npm-init.yml --ref ${{ env.BRANCH_NAME }} --field deploymentType=${{ github.event.inputs.deploymentType }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: ${{ needs.create-push-release-branch.outputs.branch_name }}

0 comments on commit 3029015

Please sign in to comment.