Skip to content

Commit

Permalink
Move pgp installation to before release
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Jul 6, 2020
1 parent b9493a1 commit da94760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 12
- uses: olafurpg/setup-gpg@v2
if: startsWith(github.ref, 'refs/tags/v')
- name: Publish ${{ github.ref }}
run: sbt ci-release
env:
Expand Down Expand Up @@ -49,8 +51,6 @@ jobs:
.cicd/push_website.sh
env:
TOKEN: ${{secrets.DEPLOY_KEY}}
- uses: olafurpg/setup-gpg@v2
if: startsWith(github.ref, 'refs/tags/v')

scalapbc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit da94760

Please sign in to comment.