Skip to content

Commit

Permalink
Fix publishing of -XXX ui/foundation artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Feb 15, 2024
1 parent 0347aaa commit 7fe2825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: chmod +x gradlew

- name: Run Gradle
run: ./gradlew :ide-laf-bridge:publishMainPublicationToSpaceRepository
run: ./gradlew publishMainPublicationToSpaceRepository
env:
MAVEN_SPACE_USERNAME: ${{secrets.MAVEN_SPACE_USERNAME}}
MAVEN_SPACE_PASSWORD: ${{secrets.MAVEN_SPACE_PASSWORD}}

0 comments on commit 7fe2825

Please sign in to comment.