From 2adf499a4fe55e7841664547962b2aa9294a772b Mon Sep 17 00:00:00 2001 From: "Spindler, Justin" Date: Wed, 23 Aug 2023 23:03:06 -0400 Subject: [PATCH] Remove github action config for ci-release --- .github/workflows/release.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/release.yml 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 }}