Skip to content

Commit

Permalink
chore: cleanup release.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Oct 27, 2024
1 parent 8c228ee commit f69dcf4
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
name: Release
name: Prepare Release
on:
workflow_dispatch:
inputs:
version:
description: 'Release version'
required: true
version-fragment:
description: 'Version fragment to increase for next development cycle'
required: true
default: 'minor'
type: choice
options:
- major
- minor
- patch
- none

env:
BOT_USER_NAME: eclipse-csi-bot
Expand Down Expand Up @@ -42,7 +32,7 @@ jobs:
exit 1
fi
release:
prepare-release:
runs-on: ubuntu-22.04
needs: ['precheck']
permissions:
Expand Down

0 comments on commit f69dcf4

Please sign in to comment.