Skip to content

Commit 88e9d4a

Browse files
authored
fix: Change Gradle command from package to publish (#205)
1 parent 2ce70d4 commit 88e9d4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Publish Packagee
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
run: ./gradlew package
28+
run: ./gradlew publish
2929

0 commit comments

Comments
 (0)