diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76001cfc0d..3d529562e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,29 +8,7 @@ on: pull_request: jobs: - upload-jars: - if: startsWith(github.ref, 'refs/tags/v') - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - submodules: true - - uses: coursier/cache-action@v5 - with: - extraFiles: "[\".github/scripts/*.sh\", \"scripts/*.sh\", \"*.sc\", \"scripts/**.sc\", \".github/workflows/ci.yml\"]" - - uses: olafurpg/setup-gpg@v2 - - run: .github/scripts/ci-setup.sh --jvm 8 - shell: bash - - run: amm-runner launcher.sc uploadAllJars - shell: bash - env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} - PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} - PGP_SECRET: ${{ secrets.PGP_SECRET }} - upload-native-launchers: - needs: upload-jars if: startsWith(github.ref, 'refs/tags/v') strategy: fail-fast: false