Skip to content

Commit 0696440

Browse files
committed
ci: remove superfluous gpg command
1 parent 9a89f3d commit 0696440

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
# The GITHUB_REF tag comes in the format 'refs/tags/xxx'.
3636
# So if we split on '/' and take the 3rd value, we can get the release name.
3737
run: |
38-
export GPG_TTY=$(tty) && echo "$GPG_KEYS" | gpg --fast-import --batch
3938
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
4039
IMAGE=${IMAGE_NAME}:${NEW_VERSION}
4140
echo "Releasing new version ${NEW_VERSION} of $IMAGE"

0 commit comments

Comments
 (0)