Skip to content

Commit

Permalink
Use release environment for deploy (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Dec 31, 2021
1 parent 4864913 commit 09a93b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:

deploy:
name: Deploy
environment: release
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
needs: [test]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 09a93b9

Please sign in to comment.