Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Apr 21, 2021
1 parent 5e98ec5 commit f5cedc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: 0.105.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]


## [0.7.1] - 2021-04-21

### Fixes

- Fix release workflow


## [0.7.0] - 2021-04-21

### Added
Expand Down Expand Up @@ -136,7 +143,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Initial release


[Unreleased]: https://github.com/twirphp/twirp/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/twirphp/twirp/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/twirphp/twirp/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/twirphp/twirp/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/twirphp/twirp/compare/v0.5.3...v0.6.0
[0.5.3]: https://github.com/twirphp/twirp/compare/v0.5.2...v0.5.3
Expand Down

0 comments on commit f5cedc8

Please sign in to comment.