Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
description: 'Release version (e.g., 0.1.0-alpha.0 or leave empty to use VERSION file)'
required: false
type: string
skip_validation:
description: 'Skip branch validation (allow releases from non-main branches)'
required: false
type: boolean
default: false

permissions:
contents: write
Expand All @@ -25,6 +20,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: main
Comment thread
gabewillen marked this conversation as resolved.
Comment thread
gabewillen marked this conversation as resolved.
fetch-depth: 0 # Need full history for tag operations

- name: Determine version
Expand Down