Skip to content

Commit

Permalink
Update release-to-maven-central.yml
Browse files Browse the repository at this point in the history
Turning release to maven central into manual deploy
  • Loading branch information
cometbid-project authored Feb 1, 2024
1 parent 4c0e39e commit d487b57
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@

name: release-to-maven-central
on:
release:
types: [created]
workflow_dispatch:
inputs:
releaseversion:
description: "Release version"
required: true
default: "0.1.2"

jobs:
publish:
Expand Down

0 comments on commit d487b57

Please sign in to comment.