We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08985eb commit ade2903Copy full SHA for ade2903
1 file changed
.github/workflows/release.yml
@@ -19,8 +19,8 @@ jobs:
19
uses: actions/checkout@v4
20
with:
21
# Make sure the release step uses its own credentials:
22
- # https://github.com/cycjimmy/semantic-release-action#private-packages
23
- persist-credentials: false
+ # https://github.com/cycjimmy/-relsemanticease-action#private-packages
+ persist-credentials: true
24
fetch-depth: 0
25
26
- name: Setup Java
@@ -32,13 +32,9 @@ jobs:
32
- name: Cache Gradle
33
uses: burrunan/gradle-cache-action@v2
34
35
-
36
37
38
- name: Build
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
- GITHUB_ACTOR: ${{ github.actor }}
42
run: ./gradlew build clean
43
44
0 commit comments