Skip to content

Commit 8b805fb

Browse files
committed
More testing
1 parent 8d99f57 commit 8b805fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- id: install-secret-key
2727
name: Install gpg secret key
2828
run: |
29-
cat <(echo "${{ secrets.SEER_GPG_SECRET_KEY }}") | base64 --decode | gpg --import --no-tty --batch --yes
30-
cat <(echo "${{ secrets.SEER_GPG_OWNER_TRUST }}") | base64 --decode | gpg --import-ownertrust --no-tty --batch --yes
29+
echo ${{ secrets.SEER_GPG_SECRET_KEY }} | base64 --decode | gpg --import --no-tty --batch --yes
30+
echo ${{ secrets.SEER_GPG_OWNER_TRUST }} | base64 --decode | gpg --import-ownertrust --no-tty --batch --yes
3131
gpg --list-secret-keys --keyid-format LONG
3232
ls -lagF ~/.gnupg
3333
- name: Publish

0 commit comments

Comments
 (0)