Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Goerentz <m.goerentz@t-online.de>
  • Loading branch information
marcelGoerentz committed Dec 30, 2024
1 parent 59e35e6 commit 6b49234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Utility/set_buildnumber.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi

new_build=$(($1 + 1))

echo "New buildnumber is: $new_build"
echo "New build number is: $new_build"

# Extract the version number
version=$(grep 'const Version' "threadfin.go" | sed 's/.*Version = "\(.*\)"/\1/')
Expand All @@ -32,4 +32,4 @@ echo "NEW_BUILD=$new_build" >> $GITHUB_ENV
# Export the new Version to the GitHub environment
echo "NEW_VERSION=$new_version" >> $GITHUB_ENV

echo $new_version
echo "$new_version"

0 comments on commit 6b49234

Please sign in to comment.