Skip to content

Commit 9d93da6

Browse files
authored
Fix release GitHub workflow (golang-templates#225)
1 parent ead658c commit 9d93da6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version: 1.19
2323

24-
- run: make install
24+
- run: make inst
2525

2626
- name: Login to GitHub Container Registry
2727
uses: docker/login-action@v2

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/golang-templates/seed/compare/v0.17.0...HEAD)
8+
## [Unreleased](https://github.com/golang-templates/seed/compare/v0.17.1...HEAD)
9+
10+
## [0.17.1](https://github.com/golang-templates/seed/releases/tag/v0.17.1)
11+
12+
### Fixed
13+
14+
- Fix release GitHub workflow. ([#225](https://github.com/golang-templates/seed/pull/225))
915

1016
## [0.17.0](https://github.com/golang-templates/seed/releases/tag/v0.17.0)
1117

0 commit comments

Comments
 (0)