Bumpversion
This commit is contained in:
parent
f2c104f2dc
commit
dc75911f2f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
export regex="([0-9]+.[0-9]+.[0-9]+)"
|
export regex="([0-9]+.[0-9]+.[0-9]+)"
|
||||||
echo ${{ github.ref }} > tag.txt
|
echo ${{ github.ref }} > tag.txt
|
||||||
VERSION=`grep -Po "${regex}" tag.txt`
|
VERSION=`grep -Po "${regex}" tag.txt`
|
||||||
bumpversion --new-version ${VERSION}
|
~/.local/bin/bumpversion --new-version ${VERSION}
|
||||||
- name: Build
|
- name: Build
|
||||||
id: build
|
id: build
|
||||||
uses: josephbmanley/build-godot-action@refactor/build
|
uses: josephbmanley/build-godot-action@refactor/build
|
||||||
|
Loading…
Reference in New Issue
Block a user