Skip to content

Commit

Permalink
Update Bump Version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marioparaschiv committed May 4, 2024
1 parent 80de2ea commit 85ed290
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Bump Version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
with:
version: latest

- name: Prepare Git
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
- name: Bump Patch Version
if: ${{ !contains(github.event.head_commit.message, 'major') && !contains(github.event.head_commit.message, 'major') }}
run: |
Expand All @@ -43,7 +48,6 @@ jobs:
run: |
pnpm version major
- name: Push Changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 85ed290

Please sign in to comment.