We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9b431 commit 9d8ed3eCopy full SHA for 9d8ed3e
2 files changed
.github/workflows/ci-build.yml
@@ -19,5 +19,5 @@ jobs:
19
with:
20
build-scan-terms-of-use-url: https://gradle.com/help/legal-terms-of-use
21
build-scan-terms-of-use-agree: yes
22
- - uses: testlens-app/setup-testlens@v1.8.0
+ - uses: testlens-app/setup-testlens@v1.9.2
23
- run: "./gradlew build"
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- run: "./gradlew :publishPlugin --no-configuration-cache"
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
0 commit comments