Skip to content

Commit 4627004

Browse files
Skip dev build on production release commits
Add [skip ci] to the release commit message so pushing it to main doesn't trigger the release-dev workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 233b76e commit 4627004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Commit changes
135135
run: |
136136
git add CHANGELOG.md packages/shared/src/version.ts
137-
git commit -m "Release v$VERSION"
137+
git commit -m "[skip ci] Release v$VERSION"
138138
139139
- name: Push to temporary branch
140140
id: push_temp_branch

0 commit comments

Comments
 (0)