Skip to content

Commit

Permalink
Enable auto-release workflow for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Sep 13, 2024
1 parent 7d2ba53 commit 3ebfca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "These are the environments to release => ${{ inputs.TARGET_ENVIRONMENT }}"
ENVIRONMENTS="['${{ inputs.TARGET_ENVIRONMENT }}']"
else
ENVIRONMENTS="['staging', 'prod']"
ENVIRONMENTS="['dev', 'staging', 'prod']"
fi
echo "These are the environments to release => ${ENVIRONMENTS}"
echo "environments=${ENVIRONMENTS}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3ebfca0

Please sign in to comment.