We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e398a7d commit a9a3482Copy full SHA for a9a3482
1 file changed
.github/workflows/release-package.yml
@@ -84,7 +84,7 @@ jobs:
84
cd ${{ env.OUTPUT_PATH }}
85
curl https://api.github.com/repos/aaronpowell/FSharp.CosmosDb/actions/runs/${{ steps.get-action-id.outputs.id }} --output run.json
86
action_sha=$(cat run.json | jq -c '.head_sha' | tr -d '"')
87
- echo "::set-env name=package_version::$action_sha"
+ echo "::set-env name=action_sha::$action_sha"
88
89
- name: Building Action
90
run: npm i && npm run build
0 commit comments