Skip to content

Commit f032ae3

Browse files
authored
Remove unused input in prep release example (#560)
1 parent 89be0fb commit f032ae3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example-workflows/prep-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
version_spec: ${{ github.event.inputs.version_spec }}
4040
# silent: ${{ github.event.inputs.silent }}
4141
post_version_spec: ${{ github.event.inputs.post_version_spec }}
42-
target: ${{ github.event.inputs.target }}
4342
branch: ${{ github.event.inputs.branch }}
4443
since: ${{ github.event.inputs.since }}
4544
since_last_stable: ${{ github.event.inputs.since_last_stable }}

0 commit comments

Comments
 (0)