mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
Change single-quotes to double-quotes
This commit is contained in:
parent
5797b78843
commit
11ac3cde88
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
|||||||
GIT_HASH=$(git describe --long --always --dirty --exclude='*' --abbrev=8)
|
GIT_HASH=$(git describe --long --always --dirty --exclude='*' --abbrev=8)
|
||||||
echo "GitHash: ${GIT_HASH}"
|
echo "GitHash: ${GIT_HASH}"
|
||||||
|
|
||||||
sed -i 's/HASH_HERE/$GIT_HASH/' Directory.Build.props
|
sed -i "s/HASH_HERE/$GIT_HASH/" Directory.Build.props
|
||||||
cat Directory.Build.props
|
cat Directory.Build.props
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user