Skip to content

Commit

Permalink
Use isolated environment for releasing process
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Sep 22, 2023
1 parent d6c4f6b commit f30a0f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:

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

0 comments on commit f30a0f2

Please sign in to comment.