We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7daf700 commit 563f3c3Copy full SHA for 563f3c3
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
28
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
29
CI_COMMIT_TAG: "foo" #to force snapshot
30
- CI_SONATYPE_RELEASE: "sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
+ #CI_SONATYPE_RELEASE: "sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
31
Microsite:
32
runs-on: ubuntu-latest
33
needs: [ Publish ]
0 commit comments