We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde1f19 commit a0a6e27Copy full SHA for a0a6e27
2 files changed
.github/workflows/ci-build.yml
@@ -22,5 +22,5 @@ jobs:
22
with:
23
build-scan-terms-of-use-url: https://gradle.com/help/legal-terms-of-use
24
build-scan-terms-of-use-agree: yes
25
- - uses: testlens-app/setup-testlens@v1.8.0
+ - uses: testlens-app/setup-testlens@v1.9.2
26
- 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:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
0 commit comments