Skip to content

Commit 96a8b46

Browse files
committed
feat: release on dispatch as well
1 parent 3d5cac3 commit 96a8b46

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .github/workflows/release.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
workflow_dispatch:
8+
inputs:
9+
version:
10+
required: true
711

812
jobs:
913
clojars:
1014
runs-on: ubuntu-latest
11-
environment: env
15+
environment: ${{ github.event.inputs.version }}
1216
defaults:
1317
run:
1418
shell: bash

0 commit comments

Comments
 (0)