Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jul 8, 2021
1 parent e11d90a commit 8e157d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: |
VERSION=$(node -p -e "require('./package.json').version")
SHA=$(git rev-parse --short HEAD)
yarn promote --version $VERSION --sha $SHA --channel stable --max-age 300
yarn promote --version $VERSION --sha $SHA --channel stable --max-age 300 --indexes
pack-and-upload-macos-installer:
macos:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@oclif/plugin-command-snapshot": "^2.1.2",
"@oclif/test": "^1",
"@salesforce/dev-config": "^2.1.2",
"@salesforce/dev-scripts": "^0.9.16",
"@salesforce/dev-scripts": "^0.9.17",
"@salesforce/plugin-release-management": "^1.14.0",
"@salesforce/prettier-config": "^0.0.2",
"@typescript-eslint/eslint-plugin": "^4.28.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1142,10 +1142,10 @@
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-2.1.2.tgz#b4e206f860e87065d068bf8ba3994a032389ad81"
integrity sha512-1swy07rynHoTRk8lj6nuC0JceRBo300OuWnovQe2OMvLpQM5Dh1SUnv1SE8012PsrK9BC1WqGXp4BUyMo04x7w==

"@salesforce/dev-scripts@^0.9.16":
version "0.9.16"
resolved "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-0.9.16.tgz#421ab5c9a95fcdba94b4ce885f24e92a24d0d756"
integrity sha512-MCR3oPvx44IaigP4cXW9GV2p9wb+Y6GbPkwy6tDioBHVawZBnDWu2lQ6g1e95WUXmmgCCcB8VdxTzYAJDSFX7w==
"@salesforce/dev-scripts@^0.9.17":
version "0.9.17"
resolved "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-0.9.17.tgz#ade91cde23fe3d366b1eec009e9c03c70199ec92"
integrity sha512-XRZKQOAa+ATUTPEKB7pT4zGysguTl3G3mv+30c8QqOdk6SKHPAjDc4S16tSp7zvAohPVUiEvRJd619qgE0ZBPA==
dependencies:
"@commitlint/cli" "^12.1.4"
"@commitlint/config-conventional" "^10.0.0"
Expand Down

0 comments on commit 8e157d0

Please sign in to comment.