Skip to content

Commit c98a539

Browse files
committed
ci: gpg again..
1 parent 82dee30 commit c98a539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# The GITHUB_REF tag comes in the format 'refs/tags/xxx'.
4949
# So if we split on '/' and take the 3rd value, we can get the release name.
5050
run: |
51-
export GPG_TTY=$(tty) && echo ${GPG_KEYS} | gpg --fast-import --batch
51+
export GPG_TTY=$(tty) && echo "$GPG_KEYS" | gpg --fast-import --batch
5252
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
5353
REPO_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}')
5454
IMAGE=${IMAGE_BASE_NAME}/${REPO_NAME}:${NEW_VERSION}

0 commit comments

Comments
 (0)