Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon authored Aug 3, 2022
1 parent 8db8e9a commit 3347119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- name: Setup Signing Key
run: |
gpgconf --kill gpg-agent
gpg-agent --daemon --default-cache-ttl 7200
echo -e "${{ secrets.GPG_SIGNING_KEY }}" | gpg --batch --import --no-tty
echo "hello world" > temp.txt
Expand Down

0 comments on commit 3347119

Please sign in to comment.