Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
clementetb committed Jun 7, 2024
1 parent c0c4ec9 commit 7ad5bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/include-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build Gradle Plugin
if: steps.gradle-plugin-cache.outputs.cache-hit != 'true'
working-directory: packages
run: ./gradlew :gradle-plugin:publishAllPublicationsToTestRepository --info --stacktrace
run: ./gradlew publishCIPackages -Prealm.kotlin.targets=gradlePlugin

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7ad5bff

Please sign in to comment.