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.
2 parents 47b2b4e + 6f9cb2b commit 44eec7cCopy full SHA for 44eec7c
1 file changed
.github/workflows/dre-release.yaml
@@ -40,6 +40,7 @@ jobs:
40
set -euo pipefail
41
TAG="${GITHUB_REF#refs/tags/}"
42
python3 bin/mk-release.py "$TAG"
43
+ echo "GIT_REV=$(git rev-parse --short HEAD)" >> "$GITHUB_ENV"
44
45
- name: Determine Rust toolchain from rust-toolchain.toml
46
id: rust
0 commit comments