Skip to content

Commit

Permalink
workflow: remove setup-gpg step
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancoll committed Jan 24, 2022
1 parent 3f1dc66 commit 2b369d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Install GPG
uses: olafurpg/setup-gpg@v3
if: ${{ github.event_name == 'release' }}
- name: Checkout repository
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 2b369d0

Please sign in to comment.