Skip to content

Commit

Permalink
ci: default to bash shell in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Aug 17, 2024
1 parent fb1fd4e commit 40ce4bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
types:
- labeled

defaults:
run:
shell: bash

jobs:
pr-pull:
if: contains(github.event.pull_request.labels.*.name, 'Automerge')
Expand Down

0 comments on commit 40ce4bf

Please sign in to comment.