Skip to content

Commit

Permalink
fix: github release ci error (#1149)
Browse files Browse the repository at this point in the history
* fix: github release ci error

* chore: update changelog
  • Loading branch information
zemyblue committed Oct 19, 2023
1 parent de4f3e5 commit 9a274b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
make release
env:
GORELEASER_MOUNT_CONFIG: true
GORELEASER_IMAGE: line/goreleaserx:1.13.1-1.19.3
GORELEASER_IMAGE: goreleaser/goreleaser-cross:v1.21-v1.20.0
GORELEASER_RELEASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Event Breaking Changes

### Build, CI
* (ci) [\#1149](https://github.com/Finschia/finschia-sdk/pull/1149) fix github release ci error

### Document Updates
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ GORELEASER_BUILD_LDF := $(strip $(GORELEASER_BUILD_LDF))

GORELEASER_SKIP_VALIDATE ?= false
GORELEASER_DEBUG ?= false
GORELEASER_IMAGE ?= line/goreleaserx:1.13.1-1.19.3
GORELEASER_IMAGE ?= goreleaser/goreleaser-cross:v1.21-v1.20.0
GORELEASER_RELEASE ?= false
GO_MOD_NAME := github.com/Finschia/finschia-sdk

Expand Down Expand Up @@ -578,7 +578,7 @@ release-snapshot:
-f "$(GORELEASER_CONFIG)" \
--skip-validate=$(GORELEASER_SKIP_VALIDATE) \
--debug=$(GORELEASER_DEBUG) \
--rm-dist
--clean

release:
docker run --rm \
Expand All @@ -594,6 +594,6 @@ release:
--skip-validate=$(GORELEASER_SKIP_VALIDATE) \
--skip-announce=true \
--debug=$(GORELEASER_DEBUG) \
--rm-dist
--clean

.PHONY: release-snapshot release

0 comments on commit 9a274b3

Please sign in to comment.