Skip to content

Commit

Permalink
revert: not use dispatch inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
J0sueTM committed Sep 9, 2024
1 parent 96a8b46 commit 812b2da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ on:
tags:
- 'v*'
workflow_dispatch:
inputs:
version:
required: true

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

0 comments on commit 812b2da

Please sign in to comment.