Skip to content

Commit

Permalink
ci: try to set the shell variable
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-algms committed Nov 29, 2023
1 parent 39c30e8 commit 32964a7
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: pnpm setup
- run: SHELL=`echo $$0` pnpm setup

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

Expand Down

0 comments on commit 32964a7

Please sign in to comment.