Skip to content

Commit 09a93b9

Browse files
Use release environment for deploy (#657)
1 parent 4864913 commit 09a93b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636

3737
deploy:
3838
name: Deploy
39+
environment: release
3940
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
4041
needs: [test]
4142
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)