Skip to content

Commit 698974b

Browse files
author
Alan Shaw
committed
fix: use main branch
1 parent f406ac9 commit 698974b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-storacha.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: mathiasvr/[email protected]
4343
id: cloudflare
4444
with:
45-
run: npx wrangler pages deploy --project-name console-storacha --branch "feat/storacha-skin" --commit-hash "$GITHUB_SHA" .vercel/output/static
45+
run: npx wrangler pages deploy --project-name console-storacha --branch "main" --commit-hash "$GITHUB_SHA" .vercel/output/static
4646
env:
4747
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_TOKEN }}
4848
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}

0 commit comments

Comments
 (0)