Skip to content

Commit

Permalink
ensure canary deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
sannajammeh committed Dec 6, 2023
1 parent 9b547aa commit 87e5095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
node-version: [19]
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
ref: canary
- uses: pnpm/action-setup@v2
with:
version: 8
Expand Down

1 comment on commit 87e5095

@vercel
Copy link

@vercel vercel bot commented on 87e5095 Dec 6, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

trpc-swr – ./

trpc-swr-git-main-sannajammeh.vercel.app
trpc-swr-sannajammeh.vercel.app
trpc-swr.vercel.app

Please sign in to comment.