mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
Fixed wrong GH action output
This commit is contained in:
parent
71e0865698
commit
7c598b6ab9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sf-release.yml
vendored
2
.github/workflows/sf-release.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
version=${GITHUB_REF#refs/tags/}
|
||||
fi
|
||||
|
||||
echo "VERSION=${version}" >> "$GITHUB_ENV"
|
||||
echo "VERSION=${version}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Generate docker tags/labels from github build context
|
||||
id: meta
|
||||
|
|
|
|||
Loading…
Reference in a new issue