Skip to content

Commit c17af95

Browse files
committed
Finalize Release 32.3.0.
1 parent ec70a65 commit c17af95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
-Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} \
4141
-Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
4242
- name: Publish to Maven Central
43-
if: startsWith(github.ref, 'refs/tags/v')
43+
if: always() && startsWith(github.ref, 'refs/tags/v')
4444
run: |
4545
./gradlew publishMavenPublicationToSonatypeRepository closeAndReleaseSonatypeStagingRepository \
4646
-Psigning.secretKeyRingFile=${{ github.workspace }}/.gnupg/secring.gpg \

0 commit comments

Comments
 (0)