Skip to content

Commit

Permalink
use publish task for publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueLogix committed Sep 24, 2023
1 parent 216aaf2 commit c7a8e96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- uses: actions/checkout@v2
- run: git submodule update --init --recursive
- id: mainbuild
run: ./gradlew build
- run: ./gradlew publishToMavenLocal
run: ./gradlew :publish
- run: mkdir jars
- run: mv build/libs/biggerreactors-* jars/
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c7a8e96

Please sign in to comment.