diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53decfe..f28e59f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Decode GPG Key run: | - echo "${{ secrets.GPG_PRIVATE_KEY }}" | base64 --decode | tr -d '\n' > ${{ github.workspace }}/gpg_key.asc + echo "${{ secrets.GPG_PRIVATE_KEY }}" | base64 --decode > ${{ github.workspace }}/gpg_key.asc # - name: Display encoded key format (Debugging only - do not use in production)