Skip to content

Commit

Permalink
ci: gpg again..
Browse files Browse the repository at this point in the history
  • Loading branch information
tommytroen committed May 19, 2020
1 parent 82dee30 commit c98a539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# The GITHUB_REF tag comes in the format 'refs/tags/xxx'.
# So if we split on '/' and take the 3rd value, we can get the release name.
run: |
export GPG_TTY=$(tty) && echo ${GPG_KEYS} | gpg --fast-import --batch
export GPG_TTY=$(tty) && echo "$GPG_KEYS" | gpg --fast-import --batch
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
REPO_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}')
IMAGE=${IMAGE_BASE_NAME}/${REPO_NAME}:${NEW_VERSION}
Expand Down

0 comments on commit c98a539

Please sign in to comment.