diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc08ab1..a6621dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,11 +82,6 @@ jobs: tar xf targets.tar rm targets.tar - - name: Test - run: echo -n $PGP_SECRET | wc -c - env: - PGP_SECRET: ${{ secrets.PGP_SECRET }} - - name: Publish project run: sbt ci-release env: