diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index ba5dc2d..04ee52c 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -36,7 +36,7 @@ jobs: # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle - name: Publish to GitHub Packages - run: gradle publish + run: gradle publish -x :Kores:publish -x :Kores:publishMavenPublicationToGitHubPackagesRepository env: USERNAME: ${{ github.actor }} TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/build.gradle b/build.gradle index b6c55dd..ef7e2f2 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { } group 'com.github.koresframework' -version '4.1.10.bytecode.2' +version '4.1.10.bytecode.3' apply from: project(":Kores").file("gradle/common.gradle")