Skip to content

Commit

Permalink
Fix target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
altafan committed Aug 25, 2023
1 parent ca28989 commit 98c558e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
git config --local user.email "$(git log --format='%ae' HEAD^!)"
git config --local user.name "$(git log --format='%an' HEAD^!)"
git config pull.rebase true
git fetch origin master
git pull origin master
git fetch origin v1
git pull origin v1
- name: Increment version
run: |
Expand Down Expand Up @@ -99,4 +99,4 @@ jobs:
run: |
git add .
git commit -m "${{ steps.next_tag.outputs.tag }}"
git push origin HEAD:master
git push origin HEAD:v1

0 comments on commit 98c558e

Please sign in to comment.