We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a345548 commit 2910cd7Copy full SHA for 2910cd7
.github/actions/version/action.yml
@@ -28,7 +28,7 @@ runs:
28
RELEASE_TAG: ${{ github.event.release.tag_name }}
29
run: |
30
# get the Build Bumber & version from git
31
- VERSION="$(cat VERSION | egrep -o '[0-9.]+')"
+ VERSION="$(head -1 VERSION | egrep -o '[0-9.]+')"
32
BUILD_NUMBER="$(git rev-list HEAD --count)"
33
# Gets the release tag from github if it exists (Github Actions)
34
# Assumes tags start with V
0 commit comments