Skip to content

Commit c4aade2

Browse files
committed
Seperate again
1 parent 1d8d36e commit c4aade2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build_and_release_github.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,13 @@ jobs:
3737
env:
3838
GPG_SIGNING_KEY_PW: ${{ secrets.GPG_PASSPHRASE }}
3939

40-
- name: Build and release package
41-
run: ./gradlew clean build githubRelease
40+
- name: Build package
41+
run: ./gradlew clean build
4242
env:
4343
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
4444
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
45+
46+
- name: Release package
47+
run: ./gradlew githubRelease
48+
env:
4549
RELEASE_GRADLE_PLUGIN_TOKEN: ${{ secrets.RELEASE_GRADLE_PLUGIN_TOKEN }}

0 commit comments

Comments
 (0)