Skip to content

Commit

Permalink
Run sh script in current shell
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Nov 7, 2023
1 parent 79a5a53 commit c6a3b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- install
- load-release-secrets
- run: chmod +x tools/add-macos-cert.sh && ./tools/add-macos-cert.sh
- run: chmod +x tools/add-macos-cert.sh && . ./tools/add-macos-cert.sh
- run: npx yarn run publish --arch=<< parameters.arch >> --dry-run
- store_artifacts:
path: out
Expand Down

0 comments on commit c6a3b0e

Please sign in to comment.