From e76dad534fa99038205257a2f0709bd56f8a03bb Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 3 Apr 2024 16:00:54 +0800 Subject: [PATCH] Fix release error --- .github/workflows/ci-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 88fff9b1a..7f5961a57 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -170,10 +170,10 @@ jobs: git config --global user.signingkey ${{ secrets.GPG_PUB_KEY }} -# export GPG_TTY=$(tty) -# mkdir -p ~/.gnupg/ -# printf "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode > ~/.gnupg/private.key -# gpg --import ~/.gnupg/private.key + export GPG_TTY=$(tty) + mkdir -p ~/.gnupg/ + printf "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode > ~/.gnupg/private.key + - name: Bump version run: | git pull