Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 8e8decd

Browse files
authored
Update config.yml
1 parent 7f6af6a commit 8e8decd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: "Publish Release on GitHub"
3434
command: |
3535
go get github.com/tcnksm/ghr
36-
VERSION=$(curl -sI https://github.com/triggermesh/aws-custom-runtime/releases/latest | grep "Location:" | awk -F "/" '{print $NF}' | tr -d "\r")
36+
VERSION=$(curl -sI https://github.com/triggermesh/aws-custom-runtime/releases/latest | grep -i "Location:" | awk -F "/" '{print $NF}' | tr -d "\r")
3737
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} /tmp/artifacts
3838
workflows:
3939
version: 2

0 commit comments

Comments
 (0)