Skip to content

Commit 086bcd0

Browse files
committed
fix release
1 parent cf66d15 commit 086bcd0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
contents: write
1414

1515
steps:
16+
# This checks out the new tag, not the master branch. E.g. 'refs/tags/v26.2.12.0'
1617
- name: Check out the repository
1718
uses: actions/checkout@v6
1819
with:
@@ -26,6 +27,7 @@ jobs:
2627
- name: Commit changes
2728
uses: stefanzweifel/git-auto-commit-action@v7
2829
with:
30+
branch: master
2931
commit_message: Update version file
3032
commit_user_name: GitHub Actions
3133
commit_user_email: noreply@github.com

0 commit comments

Comments
 (0)