Skip to content

Commit 563f3c3

Browse files
committed
normal release process
1 parent 7daf700 commit 563f3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
2828
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
2929
CI_COMMIT_TAG: "foo" #to force snapshot
30-
CI_SONATYPE_RELEASE: "sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
30+
#CI_SONATYPE_RELEASE: "sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
3131
Microsite:
3232
runs-on: ubuntu-latest
3333
needs: [ Publish ]

0 commit comments

Comments
 (0)