Skip to content

Commit ade2903

Browse files
committed
v2
1 parent 08985eb commit ade2903

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
# Make sure the release step uses its own credentials:
22-
# https://github.com/cycjimmy/semantic-release-action#private-packages
23-
persist-credentials: false
22+
# https://github.com/cycjimmy/-relsemanticease-action#private-packages
23+
persist-credentials: true
2424
fetch-depth: 0
2525

2626
- name: Setup Java
@@ -32,13 +32,9 @@ jobs:
3232
- name: Cache Gradle
3333
uses: burrunan/gradle-cache-action@v2
3434

35-
36-
37-
3835
- name: Build
3936
env:
4037
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
GITHUB_ACTOR: ${{ github.actor }}
4238
run: ./gradlew build clean
4339

4440

0 commit comments

Comments
 (0)