Skip to content

Commit

Permalink
Remove load-release-secrets, it breaks things
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Nov 7, 2023
1 parent c6a3b0e commit b2a2051
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
executor: node/macos
steps:
- install
- load-release-secrets
- 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:
Expand Down Expand Up @@ -145,7 +144,6 @@ jobs:
- install
- attach_workspace:
at: .
- load-release-secrets
- run: yarn run publish --from-dry-run
notify-sentry-deploy:
docker:
Expand Down

0 comments on commit b2a2051

Please sign in to comment.