Skip to content

Commit

Permalink
Update build_electron_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai authored May 1, 2024
1 parent 34ff284 commit 6589482
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build_electron_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: ''
Expand Down

0 comments on commit 6589482

Please sign in to comment.