Skip to content

Commit

Permalink
chore(action): remove unnecessary input
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Aug 2, 2024
1 parent 1dc275f commit 2b42c43
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,7 @@
# For detailed description see "release.yml"

name: release-prepare
on:
workflow_dispatch:
inputs:
version:
description: 'Version bump'
required: true
default: 'patch'
type: choice
options:
- major
- minor
- patch
on: workflow_dispatch

permissions:
contents: write # To push new branch
Expand Down

0 comments on commit 2b42c43

Please sign in to comment.