Skip to content

Commit

Permalink
Update config.yml (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdossa authored Feb 6, 2024
1 parent 8fa312a commit d66d6bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,14 +517,14 @@ jobs:
docker push --all-tags $IMAGE_NAME
publish-github-release:
docker:
- image: circleci/golang:1.17
- image: cimg/go:1.21.3
steps:
- attach_workspace:
at: ./assets
- run:
name: "Publish Release on GitHub"
command: |
go get github.com/tcnksm/ghr
go install github.com/tcnksm/ghr@latest
cd assets
VERSION=$(./polymesh --version | cut -d " " -f2)
mv ./polymesh ./polymesh-${VERSION}
Expand Down Expand Up @@ -618,4 +618,4 @@ workflows:
only:
- mainnet
- testnet
- staging
- staging

0 comments on commit d66d6bc

Please sign in to comment.