Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BytexGrid authored Dec 29, 2024
1 parent 269ae5a commit 56e5ef9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ on:
tags:
- "v*"
workflow_dispatch:
# Manual trigger for repo owner only

inputs:
is_manual:
description: 'Manual release (keeps current version)'
type: boolean
default: true
required: true
permissions:
contents: write
packages: read # for package dependencies
Expand Down Expand Up @@ -81,3 +85,4 @@ jobs:
draft: false
prerelease: false
generate_release_notes: true
tag_name: ${{ github.ref_name }} # Use existing tag for manual releases

0 comments on commit 56e5ef9

Please sign in to comment.