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 d7956c8 commit 863f4b3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Bump Version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ jobs:
run: |
pnpm version patch
- name: Commit Changes
run: git push
- name: Push Changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit 863f4b3

Please sign in to comment.