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 6048746 commit f466702Copy full SHA for f466702
.github/workflows/testing-release-self-hosted-runner.yml
@@ -83,6 +83,7 @@ jobs:
83
id: getCommitId
84
run: |
85
mkdir $GITHUB_WORKSPACE/build-arm64 $GITHUB_WORKSPACE/build-amd64 $GITHUB_WORKSPACE/build-amd64v2
86
+ cd erigon;
87
echo "id=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
88
echo "short_commit_id=$(git rev-parse --short=7 HEAD)" >> $GITHUB_OUTPUT
89
echo "parsed_version=$(echo ${{ inputs.release_version }} | sed -e 's/^v//g')" >> $GITHUB_OUTPUT
0 commit comments