Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 6114cee

Browse files
Fixed some go issues
1 parent 183303a commit 6114cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ jobs:
170170
echo BRANCH="$BRANCH"
171171
echo "Generate release notes"
172172
sudo apt-get update -y && sudo apt-get install python3-venv
173-
go get github.com/github-release/github-release
173+
go install github.com/github-release/github-release@v0.10.0
174174
export GITHUB_TOKEN=$(sh get-access-token.sh | tail -n 1)
175-
GITHUB_USER=seleniumhq-community GITHUB_REPO=docker-seleniarm ~/go/bin/github-release release --tag seleniarm-v4.1.3-20220409 --name seleniarm-v4.1.3-20220409 --description "Test Test"
175+
GITHUB_USER=seleniumhq-community GITHUB_REPO=docker-seleniarm github-release release --tag seleniarm-v4.1.3-20220409 --name seleniarm-v4.1.3-20220409 --description "Test Test"
176176
- run: |
177177
echo "Check if branch is deployable (contains [deploy] in commit msg on $DEPLOY_BRANCH"
178178
echo "Job name = " $CIRCLE_JOB

0 commit comments

Comments
 (0)