diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e380ea560..0993f5826 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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]