We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ce4b1 commit 73a1a9aCopy full SHA for 73a1a9a
2 files changed
.github/workflows/ci-build.yml
@@ -26,5 +26,5 @@ jobs:
26
with:
27
build-scan-terms-of-use-url: "https://gradle.com/help/legal-terms-of-use"
28
build-scan-terms-of-use-agree: "yes"
29
- - uses: testlens-app/setup-testlens@v1.8.0
+ - uses: testlens-app/setup-testlens@v1.9.2
30
- run: "./gradlew build"
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
- run: "./gradlew :publishPlugin --no-configuration-cache"
21
env:
22
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
0 commit comments