Skip to content

Commit

Permalink
Fix release GitHub workflow (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Nov 5, 2022
1 parent ead658c commit 9d93da6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: 1.19

- run: make install
- run: make inst

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/golang-templates/seed/compare/v0.17.0...HEAD)
## [Unreleased](https://github.com/golang-templates/seed/compare/v0.17.1...HEAD)

## [0.17.1](https://github.com/golang-templates/seed/releases/tag/v0.17.1)

### Fixed

- Fix release GitHub workflow. ([#225](https://github.com/golang-templates/seed/pull/225))

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

Expand Down

0 comments on commit 9d93da6

Please sign in to comment.