Skip to content

Commit f25f624

Browse files
authored
fix: Change Gradle command from package to publish
1 parent 2ce70d4 commit f25f624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)