Skip to content

Commit

Permalink
Merge pull request #15 from smutel/CleanCi
Browse files Browse the repository at this point in the history
ci: Remove usage of gpg
  • Loading branch information
smutel authored Sep 25, 2021
2 parents 5b67c8b + f413978 commit b142bfe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow

- name: Import GPG key
id: import_gpg
uses: crazy-max/[email protected]
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}

- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1
Expand Down

0 comments on commit b142bfe

Please sign in to comment.