Skip to content

Commit

Permalink
fix release params (via #340)
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam committed Oct 23, 2023
1 parent 908ccad commit 9307f6c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
@@ -1,14 +1,8 @@
name: Release

on:
workflow_dispatch:
inputs:
releaseVersion:
description: "The release version in <MAJOR>.<MINOR>.<PATCH> format"
required: true
nextVersion:
description: "The next version in <MAJOR>.<MINOR> format WITHOUT SNAPSHOT SUFFIX"
required: true
release:
types: [ published ]

jobs:
triage:
Expand Down

0 comments on commit 9307f6c

Please sign in to comment.