We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65c3464 + de57f76 commit c496b78Copy full SHA for c496b78
.github/workflows/gradle-publish.yml
@@ -32,7 +32,7 @@ jobs:
32
run: ./gradlew build
33
34
- name: Publish to GitHub Packages
35
- run: ./gradlew publish
+ run: ./gradlew clean publish
36
env:
37
USERNAME: ${{ github.actor }}
38
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = "io.github.swnck"
8
-version = "1.0.2"
+version = "1.0.3"
9
10
repositories {
11
mavenCentral()
0 commit comments