1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00
This commit is contained in:
Vince Grassia 2025-03-24 17:48:25 -04:00
parent 653b12a731
commit 5797b78843
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -95,6 +95,15 @@ jobs:
else
echo "is_publish_branch=false" >> $GITHUB_ENV
fi
- name: Set SourceRevisionId
run: |
GIT_HASH=$(git describe --long --always --dirty --exclude='*' --abbrev=8)
echo "GitHash: ${GIT_HASH}"
sed -i 's/HASH_HERE/$GIT_HASH/' Directory.Build.props
cat Directory.Build.props
exit 1
########## Set up Docker ##########
- name: Set up QEMU emulators