Skip to content

Commit

Permalink
Add -dev to development version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvijge committed May 28, 2024
1 parent c987f98 commit a8701b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set version number (development build)
if: "!contains(github.ref, 'refs/tags/')"
run: |
echo "VERSION=`git describe --tags --abbrev=0`.`git rev-list $(git describe --tags --abbrev=0)..HEAD --count`" >> $GITHUB_ENV
echo "VERSION=`git describe --tags --abbrev=0`.`git rev-list $(git describe --tags --abbrev=0)..HEAD --count`-dev" >> $GITHUB_ENV
echo "RELEASE_CHANNEL=dev" >> $GITHUB_ENV
echo "FOLDER=dev-builds" >> $GITHUB_ENV
Expand Down

0 comments on commit a8701b4

Please sign in to comment.