Skip to content

Commit

Permalink
Temporary - run steps that didn't run upon first pushes of 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Oct 12, 2020
1 parent cec9a59 commit db96939
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db96939

Please sign in to comment.