Skip to content

Commit

Permalink
Deploy to github without bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Dec 11, 2023
1 parent 1ffec8f commit 33acd8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
check-latest: true
server-id: github
- name: Publish package to GitHub Packages
run: make release_github
run: mvn -DuseGithub=true --batch-mode deploy
env:
GITHUB_TOKEN: ${{ github.token }}
working-directory: getargv.java
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@ release:
mvn release:clean release:prepare
mvn release:perform

release_github:
mvn -DuseGithub=true release:clean release:prepare
mvn -DuseGithub=true release:perform

install:
mvn install

0 comments on commit 33acd8b

Please sign in to comment.