Skip to content

Commit

Permalink
fix: quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Jul 31, 2024
1 parent f7c1340 commit bcf209b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-storacha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy Storacha
on:
push:
branches:
- feat/storacha-skin
- 'feat/storacha-skin'
jobs:
release:
name: Release
Expand All @@ -12,7 +12,7 @@ jobs:
url: https://console.storacha.network
steps:
- uses: actions/checkout@v3
ref: feat/storacha-skin
ref: 'feat/storacha-skin'
- uses: ./.github/actions/pnpm
- name: create .env from .env.tpl setting env variables used by `pnpm run pages:build`
run: |
Expand Down

0 comments on commit bcf209b

Please sign in to comment.