Skip to content

Commit 6978868

Browse files
committed
fixed GPG file path
1 parent a17aebb commit 6978868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
env:
3131
GPG_DIR: ~/.gnupg
32-
GPG_SECRING_FILE_PATH: ${{ vars.GPG_DIR }}/secring.gpg
32+
GPG_SECRING_FILE_PATH: ~/.gnupg/secring.gpg
3333

3434
steps:
3535
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)