Skip to content

Commit

Permalink
Revert a bunch of upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-r-west committed Aug 10, 2022
1 parent 3b970e1 commit 9de6b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ jobs:
with:
# These secrets will need to be configured for the repository:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
passphrase: ${{ secrets.PASSPHRASE }}

- name: Weird GPG hack
run: |
export GPG_TTY=$(tty)
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
# These secrets will need to be configured for the repository:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
passphrase: ${{ secrets.PASSPHRASE }}

- name: List keys
run: gpg -K
Expand Down

0 comments on commit 9de6b9d

Please sign in to comment.