Skip to content

Commit 812b2da

Browse files
committed
revert: not use dispatch inputs
1 parent 96a8b46 commit 812b2da

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ on:
55
tags:
66
- 'v*'
77
workflow_dispatch:
8-
inputs:
9-
version:
10-
required: true
118

129
jobs:
1310
clojars:
1411
runs-on: ubuntu-latest
15-
environment: ${{ github.event.inputs.version }}
12+
environment: release
1613
defaults:
1714
run:
1815
shell: bash

0 commit comments

Comments
 (0)