Skip to content

Commit 6d7f7fa

Browse files
authored
Run Release Job using 'Production' Environment (#227)
1 parent 78f2d30 commit 6d7f7fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ jobs:
138138
release:
139139
needs: build
140140
runs-on: ubuntu-latest
141+
environment:
142+
name: Production
141143
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
142144
steps:
143145
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)