Skip to content

Commit c47b914

Browse files
critesjoshclaude
andcommitted
Fix create-tag workflow default branch from main to next
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f6730eb commit c47b914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
description: 'Branch to create tag from'
1212
required: true
1313
type: string
14-
default: 'main'
14+
default: 'next'
1515
tag_message:
1616
description: 'Tag message/description'
1717
required: false

0 commit comments

Comments
 (0)