We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5363b commit b5ab175Copy full SHA for b5ab175
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.0
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