Skip to content

Commit c65b5fd

Browse files
committed
Add environemnt
1 parent f668bef commit c65b5fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-tag-and-trigger-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
bump:
1818
name: Create tag and release
1919
runs-on: ubuntu-latest
20+
environment: release
2021
if: "contains(github.event.head_commit.message, 'chore(release)') || github.event_name == 'workflow_dispatch'"
2122
outputs:
2223
tag: ${{ steps.tag.outputs.tag }}
@@ -49,6 +50,7 @@ jobs:
4950
deploy-trigger:
5051
needs: bump
5152
name: Trigger build and PR creation in the infra-mainnet
53+
environment: release
5254
if: "contains(github.event.head_commit.message, 'chore(release)') || github.event_name == 'workflow_dispatch'"
5355
uses: ./.github/workflows/ci-prod.yml
5456
secrets: inherit

0 commit comments

Comments
 (0)