ci: remove unnecessary step in release

pull/10/head
sundowndev 2022-12-05 13:21:10 +04:00
parent 8102312ef0
commit fcd3cbb8ff
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: configure GPG TTY
run: export GPG_TTY=$(tty)
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3.0.0
with: