Remove envvar and file content logging

This commit is contained in:
2022-12-19 20:33:04 +01:00
parent ca28c26366
commit 68b00169d1
2 changed files with 2 additions and 8 deletions

View File

@@ -1,5 +1,3 @@
printenv
if [ ${GITHUB_REF_TYPE} != "tag" ]; then
exit 1
fi
@@ -12,5 +10,4 @@ git_hash=`expr substr $git_hash 1 8`
echo $version
echo $git_hash
sed -i "s/0.0.0/$version/g;s/development/$git_hash/g" src/Alma/Alma.csproj
cat src/Alma/Alma.csproj
sed -i "s/0.0.0/$version/g;s/development/$git_hash/g" src/Alma/Alma.csproj