Skip to content

Commit beedc30

Browse files
committed
Remove package workflow output variable
1 parent 1b2ce95 commit beedc30

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/Package.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
packageVersion:
77
required: true
88
type: string
9-
outputs:
10-
packageId:
11-
description: 04t package version id created
12-
value: ${{ jobs.create-package-version.outputs.packageId }}
139

1410
jobs:
1511
create-package-version:
@@ -40,4 +36,4 @@ jobs:
4036
id: create
4137
run: |
4238
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

Comments
 (0)