diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c06b376..4dcb8941 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -129,7 +129,6 @@ jobs: export GH_TOKEN="$SDKS_REPO_ACCESS_TOKEN" # Quiet push so key isn't shown in logs - # git push -q git@github.com:Parra-Inc/tap.git main git push -q https://${SDKS_REPO_ACCESS_TOKEN}@github.com/Parra-Inc/parra-mobile-sdks.git main gh release create "$CIRCLE_TAG" ./cli/artifacts/*.tar.gz --generate-notes --verify-tag diff --git a/cli/DEVELOPMENT.md b/cli/DEVELOPMENT.md index 5419093a..c9e111b2 100644 --- a/cli/DEVELOPMENT.md +++ b/cli/DEVELOPMENT.md @@ -13,7 +13,7 @@ 2. Run `brew update` to update the local Homebrew formulae. 3. Run `cargo build --release` to build the latest version of the CLI. This will create a binary at `target/release/parra`. 4. Run `./release_update.sh ` to create a new release on GitHub and update the Homebrew formulae. Replace `` with the new version number. -5. Update the cli Formula in the [Parra Homebrew Tap](https://github.com/Parra-Inc/homebrew-parra) with the new version number and the new SHA256 hash. These can be found in the output from the previous step. +5. Update the cli Formula in the [Parra Homebrew Tap](https://github.com/Parra-Inc/homebrew-tap) with the new version number and the new SHA256 hash. These can be found in the output from the previous step. 6. Run `brew install parra-inc/parra/parra-cli` to install the latest version of the CLI to test with. ### Notes