Skip to content

Commit

Permalink
Bump version for maven publish (#689)
Browse files Browse the repository at this point in the history
* Bump version for maven publish

* Publish to maven on tag push
  • Loading branch information
TylerS1066 authored Aug 11, 2024
1 parent 9ccfe24 commit 0c4f7af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./gradlew clean shadowJar --parallel

- name: Publish to GitHub Packages
if: ${{ github.event_name == 'release' }}
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
run: ./gradlew publish --parallel
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

group = "net.countercraft"
version = "8.0.0_beta-5_dev-1"
version = "8.0.0_beta-5_dev-2"

tasks.withType<JavaCompile>() {
options.encoding = "UTF-8"
Expand Down

0 comments on commit 0c4f7af

Please sign in to comment.