Skip to content

Commit 2c90b6d

Browse files
committed
fix: refactor deployment scripts
1 parent 9319a94 commit 2c90b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ jobs:
4747
with:
4848
java-version: 11
4949
distribution: 'zulu'
50+
- name: status
51+
run: echo Build is tagged. Uploading artifact ${{ steps.vars.outputs.tag }} to maven central.
5052
- run: scripts/setup-signing-key.sh
5153
env:
5254
DECRYPTER: ${{ secrets.DECRYPTER }}
5355
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
5456
PASSPHRASE: ${{ secrets.PASSPHRASE }}
5557
- name: Publish GitHub Pages
5658
run: ./gradlew --info -Dbuild.version="${{ steps.vars.outputs.tag }}" mkdocsPublish
57-
- name: status
58-
run: echo Build is tagged. Uploading artifact ${{ steps.vars.outputs.tag }} to maven central.
5959
- name: deploy to sonatype and publish to maven central
6060
run: ./gradlew -Pversion=$REF_NAME setLibraryVersion -Dbuild.version="${{ steps.vars.outputs.tag }}" clean publishToSonatype closeAndReleaseSonatypeStagingRepository
6161
env:

0 commit comments

Comments
 (0)