Skip to content

Commit

Permalink
fix: specify changelog generator version
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed Mar 15, 2021
1 parent f64702c commit 0795d4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
steps:
- name: "Generate Changelog"
id: changelog
uses: mikepenz/release-changelog-builder-action@{latest-release}
uses: mikepenz/release-changelog-builder-action@v1.6.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update Release with Changelog
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "comtrya"
version = "0.4.1"
version = "0.4.2"
authors = ["David McKay <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 0795d4c

Please sign in to comment.