Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
  • Loading branch information
zeroalphat committed Nov 28, 2024
1 parent dd04e7d commit d0d6490
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod

- name: setup
run: make setup

- name: Build binaries
run: make install GOBIN=`pwd`/docker
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.17.2] - 2024-11-27
## [1.17.2] - 2024-11-28

### Changed

- Update dependencies ([#116](https://github.com/cybozu-go/setup-hw/pull/116))
- Update go module dependencies
- Update ubuntu version in Dockerfile
- Fix release workflow ([#118](https://github.com/cybozu-go/setup-hw/pull/118))

## [1.17.1] - 2024-07-19

Expand Down

0 comments on commit d0d6490

Please sign in to comment.