Skip to content

Commit

Permalink
ignore cache at publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Jan 14, 2024
1 parent 45c6db5 commit 6afb91b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 17
- name: Prebuild plugin
run: ./gradlew -p resources-generator publishToMavenLocal
- name: Prebuild library
run: ./gradlew publishToMavenLocal
run: ./gradlew publishToMavenLocal --rerun-tasks
- name: Publish library
run: ./gradlew publish --no-parallel
- name: Publish plugin
Expand Down

0 comments on commit 6afb91b

Please sign in to comment.