Skip to content

Commit

Permalink
ci: Rename deploy to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Jan 23, 2024
1 parent 814eb1a commit c0a4e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
distribution: 'zulu'
java-version: 17
cache: gradle
- name: Deploy
- name: Publish
run: |
./gradlew publish --no-daemon --stacktrace

0 comments on commit c0a4e23

Please sign in to comment.