Skip to content

Commit

Permalink
project: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jbx5 committed Oct 11, 2022
1 parent 374379e commit 1858ba8
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,28 +71,3 @@ jobs:
run: ./gradlew assemble --console=plain
- name: Checking code conventions
run: ./gradlew checkstyleMain --console=plain

deploy:
name: Publish Maven package
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- uses: actions/checkout@v3

- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'

- name: Publish to Devious Client Maven Repo
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
with:
arguments: runelite-client:publish runelite-api:publish http-api:publish runescape-api:publish cache:publish injection-annotations:publish deobfuscator:publish -x test
env:
REPO_URL: ${{ secrets.REPO_RELEASES_URL }}
REPO_USERNAME: ${{ secrets.REPO_USERNAME }}
REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }}

0 comments on commit 1858ba8

Please sign in to comment.