Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit c519184

Browse files
committed
release 1.15.0
1 parent 5e3bce7 commit c519184

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/builder.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ jobs:
4141
env:
4242
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
4343
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
44-
# mkdir -p ~/.gnupg/
45-
# chown -R $(whoami) ~/.gnupg/
46-
# echo "$GPG_SIGNING_KEY" > ~/.gnupg/private.key
47-
# find ~/.gnupg -type f -exec chmod 600 {} \;
48-
# find ~/.gnupg -type d -exec chmod 700 {} \;
49-
# gpg --batch --import ~/.gnupg/private.key
5044

5145
- name: Create Release
5246
id: create_release

0 commit comments

Comments
 (0)