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 efd5a20 commit 34ff284
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_electron_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Ensure all tags are fetched
- name: Bump version and push tag
uses: phips28/gh-action-bump-version@v8.x
uses: phips28/gh-action-bump-version@v7.0.0
with:
github-token: ${{ env.GH_TOKEN }}
github-token: ${{ secrets.GH_TOKEN }}
tag-prefix: ''
minor: true # Change this to 'true' for minor, 'false' for patch updates

Expand Down

0 comments on commit 34ff284

Please sign in to comment.