We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2ce95 commit beedc30Copy full SHA for beedc30
.github/workflows/Package.yml
@@ -6,10 +6,6 @@ on:
6
packageVersion:
7
required: true
8
type: string
9
- outputs:
10
- packageId:
11
- description: 04t package version id created
12
- value: ${{ jobs.create-package-version.outputs.packageId }}
13
14
jobs:
15
create-package-version:
@@ -40,4 +36,4 @@ jobs:
40
36
id: create
41
37
run: |
42
38
packageId=$(sf package version create --definition-file config/project-scratch-def.json --package "Trigger Actions Framework" --package-version ${{ inputs.packageVersion }} --tag ${{ github.sha }} --wait 120 --code-coverage --installation-key-bypass --json | jq -e -r ".result.SubscriberPackageVersionId")
43
- echo "packageId=$packageId" >> $GITHUB_OUTPUT
39
+ echo "packageId=$packageId"
0 commit comments