Skip to content

Commit d0d6490

Browse files
committed
Fix release workflow
Signed-off-by: zeroalphat <[email protected]>
1 parent dd04e7d commit d0d6490

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
uses: actions/setup-go@v5
1616
with:
1717
go-version-file: go.mod
18+
19+
- name: setup
20+
run: make setup
1821

1922
- name: Build binaries
2023
run: make install GOBIN=`pwd`/docker

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8-
## [1.17.2] - 2024-11-27
8+
## [1.17.2] - 2024-11-28
99

1010
### Changed
1111

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

1617
## [1.17.1] - 2024-07-19
1718

0 commit comments

Comments
 (0)