Action
This commit is contained in:
parent
dc75911f2f
commit
17d11dacd6
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -46,13 +46,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: ''
|
- uses: josephbmanley/auto-semver-action@master
|
||||||
run: |
|
with:
|
||||||
pip install bumpversion --user
|
args:
|
||||||
export regex="([0-9]+.[0-9]+.[0-9]+)"
|
action: updateFiles
|
||||||
echo ${{ github.ref }} > tag.txt
|
version: ${{ github.ref }}
|
||||||
VERSION=`grep -Po "${regex}" tag.txt`
|
|
||||||
~/.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