Skip to content

Commit 6bc6bac

Browse files
committed
Cleanup
1 parent dd9839e commit 6bc6bac

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/build_and_release_github.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '*'
77

88
jobs:
9-
createrelease:
9+
release:
1010
name: createrelease
1111
runs-on: ubuntu-latest
1212
if: startsWith(github.ref, 'refs/tags/')
@@ -38,9 +38,13 @@ jobs:
3838
env:
3939
GPG_SIGNING_KEY_PW: ${{ secrets.GPG_PASSPHRASE }}
4040

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

0 commit comments

Comments
 (0)