Skip to content

Commit

Permalink
Eliminate build number from build ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Samarin committed Apr 15, 2021
1 parent 2816c71 commit 6cd37f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
else
# Intermediate build
RELEASE_FLAG=OFF
[[ -n $BUILD_VERSION ]] && BUILD_VERSION="${BUILD_VERSION}."
BUILD_VERSION="${BUILD_VERSION}${{github.run_number}}"
fi
BUILD_VERSION="os.$BUILD_VERSION"
echo "::set-output name=project_ver::$PROJECT_VERSION"
Expand Down

0 comments on commit 6cd37f7

Please sign in to comment.