Skip to content

Commit

Permalink
Create maven-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nya-elimu authored Oct 31, 2023
1 parent 07dff25 commit 5303805
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
workflow_dispatch:

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- run: mvn release:clean

0 comments on commit 5303805

Please sign in to comment.