Skip to content

Commit

Permalink
Merge branch 'release/v0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Xharos committed May 20, 2024
2 parents df02bbb + c615916 commit a226f4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
java-version: '21'

- name: Setup Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3

- name: Build with Gradle
run: ./gradlew jar
env:
USERNAME: ${{ secrets.GPR_ACTOR }}
TOKEN: ${{ secrets.GPR_TOKEN }}

- name: Publish to GitHub Packages
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ allprojects {
}
}

version = "0.1.1"
version = "0.1.2"

val mergedJar by configurations.creating<Configuration> {
isCanBeResolved = true
Expand Down

0 comments on commit a226f4b

Please sign in to comment.