Skip to content

Commit

Permalink
ci: hardcode the shell to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-algms committed Nov 29, 2023
1 parent a4502d5 commit 9077338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: dist
path: dist

- run: SHELL=`echo $0` pnpm setup
- run: SHELL=bash pnpm setup

- run: pnpm add -g semantic-release @semantic-release/github conventional-changelog-conventionalcommits

Expand Down

0 comments on commit 9077338

Please sign in to comment.