Skip to content

Commit 7da90d4

Browse files
authored
Merge pull request #23 from icerockdev/github-workflow-fixes
github workflow fixes
2 parents 5f72267 + 3b6b576 commit 7da90d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEYID }}
2121
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
2222
SIGNING_KEY: ${{ secrets.GPG_KEY_CONTENTS }}
23-
run: ./gradlew jreleaserConfig build publish -PlibraryPublish
23+
run: ./gradlew jreleaserConfig publish -PlibraryPublish
2424
- name: Publish to Maven Central Repository
2525
env:
2626
OSSRH_USER: ${{ secrets.OSSRH_USER }}

0 commit comments

Comments
 (0)