Bumpversion

This commit is contained in:
Layla 2019-12-27 20:49:14 -05:00
parent f2c104f2dc
commit dc75911f2f

View File

@ -52,7 +52,7 @@ jobs:
export regex="([0-9]+.[0-9]+.[0-9]+)"
echo ${{ github.ref }} > tag.txt
VERSION=`grep -Po "${regex}" tag.txt`
bumpversion --new-version ${VERSION}
~/.local/bin/bumpversion --new-version ${VERSION}
- name: Build
id: build
uses: josephbmanley/build-godot-action@refactor/build