Skip to content

Commit 49ca496

Browse files
committed
Fix workflow
1 parent 5a35def commit 49ca496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)