Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
balanscott committed Oct 4, 2022
1 parent 1e76a09 commit 54f5582
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,4 @@ jobs:
distribution: 'adopt'
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Java Maven Release
uses: qcastel/github-actions-maven-release@v1.12.16
env:
JAVA_HOME: /usr/lib/jvm/java-11-openjdk/
with:
access-token: ${{ secrets.HEROPHILUS_ACCESS_TOKEN }}
release-branch-name: ${{ github.event.inputs.branch }}
version-major: ${{ github.event.inputs.increment-major }}
version-minor: ${{ github.event.inputs.increment-minor }}
maven-args: "-Dmaven.deploy.skip=true"
git-release-bot-name: "idaas-bot"

0 comments on commit 54f5582

Please sign in to comment.