Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Remove unneeded action
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed May 2, 2022
1 parent de4f8e8 commit 5297325
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
java-version: 17
cache: gradle

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Run gradle build and publish
run: gradle build publish dokkaHtml -PmineinabyssMavenUsername=${{ secrets.MAVEN_PUBLISH_USERNAME }} -PmineinabyssMavenPassword=${{ secrets.MAVEN_PUBLISH_PASSWORD }}

Expand Down

0 comments on commit 5297325

Please sign in to comment.