Skip to content

Commit ef94b3a

Browse files
committed
fix(actions): push bumped version to correct branch
1 parent 1ac9e62 commit ef94b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
# Use authenticated URL format for pushing
4747
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
48-
git push origin HEAD:gh-actions
48+
git push origin HEAD:v3.6-dev
4949
git push origin --tags
5050
5151
- name: Get previous tag

0 commit comments

Comments
 (0)