Skip to content

Commit

Permalink
chore: fix vercel-pre-prod-tag echo
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Jan 15, 2024
1 parent 478991a commit 12896a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Print ref
run: echo github.ref
run: echo ${{ github.ref }}

vercel-pre-prod:
# Deploys to Vercel staging and barn environments only when there is a tag for CowSwap or Explorer
Expand Down

1 comment on commit 12896a7

@vercel
Copy link

@vercel vercel bot commented on 12896a7 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.