Skip to content

Commit

Permalink
chore: bump version --release
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspeedfpv committed Sep 24, 2024
1 parent 5b1aecf commit dce1705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
./gradlew clean build
- name: Publish Release to Github Package Registry
if: "contains(github.event.head_commit.message, '--release') && contains(github.ref, 'master')"
run: ./gradlew publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tasks.register("printVersion") {

subprojects {
group 'com.github.shynixn.mccoroutine'
version '2.19.0'
version '2.20.0'

sourceCompatibility = 1.8

Expand Down

0 comments on commit dce1705

Please sign in to comment.