Commit 6b73e39
fix: stop pushing version commit to main in release workflow
Push only the tag instead of creating a version commit and pushing it
to main. This avoids repository ruleset violations (GH013) that block
direct pushes to protected branches. The version is already derived
from tags via git describe, so the commit is unnecessary.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent aade44a commit 6b73e39
1 file changed
Lines changed: 1 addition & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | 148 | | |
159 | | - | |
160 | 149 | | |
161 | 150 | | |
162 | 151 | | |
| |||
0 commit comments