Skip to content

Commit

Permalink
Fix/release action (#80)
Browse files Browse the repository at this point in the history
* fix: start runner env

* rm: env variable

* fix: runner labels

* fix: main branch
  • Loading branch information
ghannay10 authored Apr 11, 2024
1 parent 095e952 commit f8bea51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- id: env-var
run: |
# prod env from main branch
if [[ "${{ github.ref_name }}" == refs/heads/main ]]; then
if [[ "${{ github.ref_name }}" == main ]]; then
export ENVIRONMENT=prod
else
export ENVIRONMENT=$(echo ${{ github.ref_name }} | awk -F- '{ print $2 }')
Expand Down

0 comments on commit f8bea51

Please sign in to comment.