Skip to content

Commit

Permalink
Fix CD for production for real this time I swear
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Oct 12, 2023
1 parent 8eb1c5a commit 88a4e05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/autocommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
- name: Update publish version
id: update
run: |
set -x
VERSION=${GITHUB_SHA::8}
if "$GITHUB_REF" == refs/heads/production; then
if [ "$GITHUB_REF" = refs/heads/production ]; then
TYPE=production
else
TYPE=staging
Expand Down

0 comments on commit 88a4e05

Please sign in to comment.