Skip to content

Commit 5de9d6d

Browse files
committed
Revert "Allow to provide the next release version when the release is triggered manually"
This reverts commit 7dd886d.
1 parent b7f630e commit 5de9d6d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
schedule:
55
- cron: '0 3 * * 1'
66
workflow_dispatch:
7-
inputs:
8-
next_release:
9-
type: string
10-
description: The version to release
117

128
jobs:
139
release:
@@ -20,4 +16,3 @@ jobs:
2016
- run: make auto-release
2117
env:
2218
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
23-
NEXT_RELEASE: ${{ github.event.inputs.next_release }}

0 commit comments

Comments
 (0)