We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f668bef commit c65b5fdCopy full SHA for c65b5fd
.github/workflows/create-tag-and-trigger-deploy.yml
@@ -17,6 +17,7 @@ jobs:
17
bump:
18
name: Create tag and release
19
runs-on: ubuntu-latest
20
+ environment: release
21
if: "contains(github.event.head_commit.message, 'chore(release)') || github.event_name == 'workflow_dispatch'"
22
outputs:
23
tag: ${{ steps.tag.outputs.tag }}
@@ -49,6 +50,7 @@ jobs:
49
50
deploy-trigger:
51
needs: bump
52
name: Trigger build and PR creation in the infra-mainnet
53
54
55
uses: ./.github/workflows/ci-prod.yml
56
secrets: inherit
0 commit comments