Skip to content

Commit

Permalink
Updated deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
NIkiIncredible committed Jul 17, 2024
1 parent e4e9339 commit a67449a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,7 @@ jobs:
restore-keys: ${{ runner.os }}-gradle

- name: Publish API Module
run: ./gradlew :api:publish
env:
MAVEN_USERNAME: ${{ secrets.MVN_SERVER_USER }}
MAVEN_PASSWORD: ${{ secrets.MVN_SERVER_TOKEN }}
MAVEN_REPO_URL: ${{ secrets.MVN_SERVER_URL }}

- name: Publish Implementation Module
run: ./gradlew :impl:publish
run: ./gradlew :SpooklyCoreAPI:publish
env:
MAVEN_USERNAME: ${{ secrets.MVN_SERVER_USER }}
MAVEN_PASSWORD: ${{ secrets.MVN_SERVER_TOKEN }}
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit a67449a

Please sign in to comment.