Skip to content

Commit

Permalink
(ci) fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lori3f6 committed Aug 13, 2024
1 parent f016cf9 commit 7926dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-pubilsh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
server-id: 'github-package'

- name: Publish to GitHub Packages Apache Maven
run: ./gradle publish
run: ./gradlew publish
env:
GITHUB_MAVEN_URL: https://maven.pkg.github.com/${{github.repository}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 7926dd3

Please sign in to comment.