Skip to content

Commit

Permalink
Try disable Kores:publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanxD committed Aug 13, 2021
1 parent de397be commit 9ebf63c
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-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 9ebf63c

Please sign in to comment.