Skip to content

Commit a9a3482

Browse files
committed
didn't update the env var name in copy/paste
1 parent e398a7d commit a9a3482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
cd ${{ env.OUTPUT_PATH }}
8585
curl https://api.github.com/repos/aaronpowell/FSharp.CosmosDb/actions/runs/${{ steps.get-action-id.outputs.id }} --output run.json
8686
action_sha=$(cat run.json | jq -c '.head_sha' | tr -d '"')
87-
echo "::set-env name=package_version::$action_sha"
87+
echo "::set-env name=action_sha::$action_sha"
8888
8989
- name: Building Action
9090
run: npm i && npm run build

0 commit comments

Comments
 (0)