diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f128f422..2c37188b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,11 @@ name: "Create release and publish packages to Sonatype" -on: - push: - branches: - - main +on: push + +#on: +# push: +# branches: +# - main permissions: id-token: write @@ -125,4 +127,4 @@ jobs: - name: Publish to Sonatype run: | PGP_PASSPHRASE=${{ secrets.GPG_PASSPHRASE }} sbt "project ${{ matrix.service }}" publishSigned - sbt "project ${{ matrix.service }}" sonatypeBundleRelease +# sbt "project ${{ matrix.service }}" sonatypeBundleRelease