Skip to content

Commit

Permalink
feat: release on dispatch as well
Browse files Browse the repository at this point in the history
  • Loading branch information
J0sueTM committed Sep 9, 2024
1 parent 3d5cac3 commit 96a8b46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ on:
push:
tags:
- 'v*'
workflow_dispatch:
inputs:
version:
required: true

jobs:
clojars:
runs-on: ubuntu-latest
environment: env
environment: ${{ github.event.inputs.version }}
defaults:
run:
shell: bash
Expand Down

0 comments on commit 96a8b46

Please sign in to comment.