Skip to content

Commit

Permalink
fix: github actions invalid field
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Jun 14, 2024
1 parent 85e2f0c commit e6ebd32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ jobs:
- name: Publish
run: ./gradlew publish
if: ${{ steps.get_release_type.outputs.result != 'test' }}
with:
gradle-home-cache-cleanup: true
env:
MAVEN_USER: ${{ secrets.MAVEN_USER }}
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
Expand Down

0 comments on commit e6ebd32

Please sign in to comment.