Skip to content

Commit

Permalink
ci: ensure publish cli step runs in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorten committed Jan 2, 2021
1 parent 6b482e5 commit 4bf829b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
deno-version: 1.6.3
- run: mkdir -p ./bin/macos/
shell: bash
- run: make compile-macos
- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand All @@ -28,6 +29,7 @@ jobs:
with:
deno-version: 1.6.3
- run: mkdir -p ./bin/ubuntu/
shell: bash
- run: make compile-ubuntu
- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand All @@ -43,6 +45,7 @@ jobs:
with:
deno-version: 1.6.3
- run: mkdir -p ./bin/windows/
shell: bash
- run: make compile-windows
- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit 4bf829b

Please sign in to comment.