Skip to content

Commit

Permalink
Re-enable publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 8, 2024
1 parent c2d88b6 commit 5d76389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- run: |
chmod +x gradlew
./gradlew build ${{ (startsWith(github.event_name, 'push') && '') || '' }} -PArchOverride=linuxarm64 -x check
./gradlew build ${{ (startsWith(github.event_name, 'push') && 'publish') || '' }} -PArchOverride=linuxarm64 -x check
env:
ARTIFACTORY_API_KEY: ${{ secrets.ARTIFACTORY_API_KEY }}
Expand Down

0 comments on commit 5d76389

Please sign in to comment.