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 6cc594f commit 5f0e7ecCopy full SHA for 5f0e7ec
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.9.2
+ - uses: testlens-app/setup-testlens@v1.9.3
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