Skip to content

Commit e69d256

Browse files
committed
Signs the artifacts in the 'shadow' publication
1 parent 5a35def commit e69d256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release_github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GPG_SIGNING_KEY_PW: ${{ secrets.GPG_PASSPHRASE }}
3636

3737
- name: Build package
38-
run: ./gradlew clean build
38+
run: ./gradlew clean build signShadowPublication
3939

4040
- name: Release package
4141
run: ./gradlew githubRelease

0 commit comments

Comments
 (0)