Skip to content

Commit

Permalink
Fix typo in promotion to prod
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed Jun 27, 2022
1 parent b30bb87 commit 66565a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: ${{ fromJSON(env.CI_IS_PROD) }}
run: |
echo "PROMOTE_TO=production" >> $GITHUB_ENV
echo "PROMOTE_FROM=teintst" >> $GITHUB_ENV
echo "PROMOTE_FROM=test" >> $GITHUB_ENV
- name: print outputs
run: |
Expand Down

0 comments on commit 66565a3

Please sign in to comment.