Skip to content

Commit

Permalink
fixed the release step
Browse files Browse the repository at this point in the history
  • Loading branch information
miladz68 committed Jan 5, 2024
1 parent 93d513d commit e900864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
mkdir ~/release-build
cd coreumbridge-xrpl
make build-relayer-relase BUILD_DIR=~/release-build
make build-relayer-release BUILD_DIR=~/release-build
make build-contract BUILD_DIR=~/release-build
sha256sum ~/release-build/* > checksums.txt
- name: Create release
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ build-relayer-docker:

.PHONY: push-relayer-docker
push-relayer-docker: build-relayer-docker
docker image tag coreumbridge-xrpl-relayer:local coreumfoundation/coreumbridge-xrpl-relayer:GIT_VERSION
docker image push coreumfoundation/coreumbridge-xrpl-relayer:GIT_VERSION
docker image tag coreumbridge-xrpl-relayer:local coreumfoundation/coreumbridge-xrpl-relayer:$(GIT_VERSION)
docker image push coreumfoundation/coreumbridge-xrpl-relayer:$(GIT_VERSION)

.PHONY: build-relayer-in-docker
build-relayer-in-docker:
Expand Down

0 comments on commit e900864

Please sign in to comment.