diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1af3d8e5..c8452931 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,6 +118,7 @@ jobs: deploy: name: Deploy + environment: release if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') needs: [test] runs-on: ubuntu-latest