diff --git a/.github/workflows/release-infra.yml b/.github/workflows/release-infra.yml index 243a93f5..5d06975c 100644 --- a/.github/workflows/release-infra.yml +++ b/.github/workflows/release-infra.yml @@ -40,14 +40,7 @@ jobs: - id: env-var run: | - # prod env from main branch - if [ ${{ github.ref == 'refs/heads/main' }} ]; then - export ENVIRONMENT=prod - # Otherwise get the environment from the tag - else - export ENVIRONMENT=$(echo ${{ github.ref_name }} | awk -F- '{ print $2 }') - fi - echo "environment=${ENVIRONMENT}" >> $GITHUB_OUTPUT + echo "environment=dev" >> $GITHUB_OUTPUT start-runner: