Skip to content

Commit 83f4f2c

Browse files
authored
Merge pull request #45 from peelar/fix/deploy-prod-workflow
fix workflow
2 parents b9912ff + 9409b9c commit 83f4f2c

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)