Skip to content

Commit

Permalink
fix: add cli-release context to windows package job for signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
RodEsp committed Apr 21, 2022
1 parent f5deaad commit 301762d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ workflows:
- release-management/release-package
- pack-and-upload-tarballs
- pack-and-upload-windows-installer:
context: AWS
context:
- AWS
- cli-release
filters:
branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "1.25.0",
"version": "1.25.1",
"author": "Salesforce",
"bin": {
"sf": "./bin/run"
Expand Down

0 comments on commit 301762d

Please sign in to comment.