From 17d11dacd6a75ce3d9ddbcbefbdbfb15d7230da1 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Fri, 27 Dec 2019 21:15:43 -0500 Subject: [PATCH] Action --- .github/workflows/build.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c46e771..8011ccb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,13 +46,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v1 - - name: '' - run: | - pip install bumpversion --user - export regex="([0-9]+.[0-9]+.[0-9]+)" - echo ${{ github.ref }} > tag.txt - VERSION=`grep -Po "${regex}" tag.txt` - ~/.local/bin/bumpversion --new-version ${VERSION} + - uses: josephbmanley/auto-semver-action@master + with: + args: + action: updateFiles + version: ${{ github.ref }} - name: Build id: build uses: josephbmanley/build-godot-action@refactor/build