Skip to content

Commit

Permalink
Install Dependencies in Publish Job (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBuggedYRN authored Sep 25, 2022
1 parent 1adce41 commit ace7ea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
- run: git clone https://InstabugCI:$RELEASE_GITHUB_TOKEN@github.com/Instabug/Escape.git
- run: cd Escape && swift build -c release
- run: cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
- run: cd project && yarn
- run: cd project && Escape cordova publish

workflows:
Expand Down

0 comments on commit ace7ea2

Please sign in to comment.