Skip to content

Commit eea04ef

Browse files
committed
Add pro enviroment for release pelase
1 parent 672b634 commit eea04ef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ name: release-please
77
jobs:
88
release-please:
99
runs-on: ubuntu-latest
10+
environment:
11+
name: prod
1012
outputs:
1113
release_created: ${{ steps.release.outputs.release_created }}
1214
steps:
@@ -19,6 +21,8 @@ jobs:
1921
publish-release:
2022
needs: release-please
2123
runs-on: ubuntu-latest
24+
environment:
25+
name: prod
2226
if: ${{ needs.release-please.outputs.release_created }}
2327
steps:
2428
- uses: linz/action-typescript@v2

0 commit comments

Comments
 (0)