Skip to content

Commit f8375db

Browse files
committed
refactor: another release check for github releases
1 parent a456a89 commit f8375db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ workflows:
124124
'https://github.com/salesforcecli/plugin-source'
125125
]
126126
- release-management/release-package:
127-
github-release: false
127+
github-release: true
128128
tag: pubtest
129129
prerelease: true
130130
post-job-steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/source-deploy-retrieve",
3-
"version": "5.0.0-orb.1",
3+
"version": "5.0.0-orb.5",
44
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",
55
"main": "lib/src/index.js",
66
"author": "Salesforce",

0 commit comments

Comments
 (0)