Skip to content

Commit 9ebf63c

Browse files
committed
Try disable Kores:publish
1 parent de397be commit 9ebf63c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
3737
# the publishing section of your build.gradle
3838
- name: Publish to GitHub Packages
39-
run: gradle publish
39+
run: gradle publish -x :Kores:publish -x :Kores:publishMavenPublicationToGitHubPackagesRepository
4040
env:
4141
USERNAME: ${{ github.actor }}
4242
TOKEN: ${{ secrets.GITHUB_TOKEN }}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
}
1919

2020
group 'com.github.koresframework'
21-
version '4.1.10.bytecode.2'
21+
version '4.1.10.bytecode.3'
2222

2323
apply from: project(":Kores").file("gradle/common.gradle")
2424

0 commit comments

Comments
 (0)