Skip to content

Commit

Permalink
Build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFishCakes committed Aug 26, 2023
1 parent 251b47b commit de192d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
run: ./gradlew build --stacktrace

- name: Publish
run: ./gradlew publish
env:
graphitemcUsername: ${{ secrets.REPO_USERNAME }}
graphitemcPassword: ${{ secrets.REPO_TOKEN }}
uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7
with:
arguments: publish -PgraphitemcUsername=${{ secrets.REPO_USERNAME }} -PgraphitemcPassword=${{ secrets.REPO_TOKEN }}

- name: Create Reobf Jar
run: ./gradlew createReobfPaperclipJar --stacktrace
Expand Down

0 comments on commit de192d0

Please sign in to comment.