Skip to content

Commit 9409b9c

Browse files
committed
fix workflow
1 parent b9912ff commit 9409b9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11-
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, 'chore: release') }}
11+
if: "${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, 'chore: release') }}"
1212
steps:
1313
- name: Trigger Vercel production deploy
1414
env:

0 commit comments

Comments
 (0)