Skip to content

Commit 6410eea

Browse files
committed
fix auto version increment
1 parent ac320e1 commit 6410eea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
# https://stackoverflow.com/questions/57921325/gradle-signarchives-unable-to-read-secret-key
1313
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SONATYPE_SIGNING_KEY_PASSWORD }}
1414
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SONATYPE_SIGNING_PRIVATE_KEY }}
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1516
permissions:
1617
contents: write
1718
steps:

0 commit comments

Comments
 (0)