We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf66d15 commit 086bcd0Copy full SHA for 086bcd0
1 file changed
.github/workflows/auto-release.yml
@@ -13,6 +13,7 @@ jobs:
13
contents: write
14
15
steps:
16
+ # This checks out the new tag, not the master branch. E.g. 'refs/tags/v26.2.12.0'
17
- name: Check out the repository
18
uses: actions/checkout@v6
19
with:
@@ -26,6 +27,7 @@ jobs:
26
27
- name: Commit changes
28
uses: stefanzweifel/git-auto-commit-action@v7
29
30
+ branch: master
31
commit_message: Update version file
32
commit_user_name: GitHub Actions
33
commit_user_email: noreply@github.com
0 commit comments