diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index dfac4dae..00000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Release -on: - push: - branches: [master, main] - tags: ["*"] -jobs: - publish: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2.3.3 - - uses: olafurpg/setup-scala@v10 - - uses: olafurpg/setup-gpg@v3 - - run: sbt ci-release - env: - PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} - PGP_SECRET: ${{ secrets.PGP_SECRET }} - SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} - SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}