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 77862e8 commit 8e18082Copy full SHA for 8e18082
.github/workflows/build_pull_request.yml
@@ -13,8 +13,6 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v4
16
- with:
17
- fetch-depth: 0
18
19
- name: Cache Gradle
20
uses: burrunan/gradle-cache-action@v1
.github/workflows/release.yml
@@ -18,11 +18,6 @@ jobs:
21
22
- # Make sure the release step uses its own credentials:
23
- # https://github.com/cycjimmy/semantic-release-action#private-packages
24
- persist-credentials: false
25
26
27
28
0 commit comments