From 6589482095d8b3c96f1855caf1417917fc18d048 Mon Sep 17 00:00:00 2001 From: Benedict Diederich Date: Wed, 1 May 2024 16:28:50 +0200 Subject: [PATCH] Update build_electron_app.yml --- .github/workflows/build_electron_app.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_electron_app.yml b/.github/workflows/build_electron_app.yml index d8df69c..81593c1 100644 --- a/.github/workflows/build_electron_app.yml +++ b/.github/workflows/build_electron_app.yml @@ -12,6 +12,17 @@ on: branches: - main +- name: 'Automated Version Bump' + uses: 'phips28/gh-action-bump-version@master' + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + minor-wording: 'add,Adds,new' + major-wording: 'MAJOR,cut-major' + patch-wording: 'patch,fixes' # Providing patch-wording will override commits + # defaulting to a patch bump. + rc-wording: 'RELEASE,alpha' + jobs: version-bump: runs-on: ubuntu-latest @@ -21,7 +32,7 @@ jobs: with: fetch-depth: 0 # Ensure all tags are fetched - name: Bump version and push tag - uses: phips28/gh-action-bump-version@v7.0.0 + uses: phips28/gh-action-bump-version with: github-token: ${{ secrets.GH_TOKEN }} tag-prefix: ''