Skip to content

Commit

Permalink
Change body path on github release and version bump to test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoakbuilds committed Mar 1, 2022
1 parent 94b9fcb commit feacbde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
tag_name: ${{ steps.publish_nuget.outputs.VERSION }}
release_name: ${{ steps.publish_nuget.outputs.VERSION }}
body: ${{ steps.build_changelog.outputs.changelog }}
body_path: RELEASE-NOTES.txt
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
- name: Upload release assets
Expand Down
2 changes: 1 addition & 1 deletion SharedBuildProperties.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product>Bonfidanet</Product>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
<Copyright>Copyright 2021 &#169; blockmountain</Copyright>
<Authors>Tiago Carvalho &amp; Hugo Carvalho</Authors>
<PublisherName>blockmountain</PublisherName>
Expand Down

0 comments on commit feacbde

Please sign in to comment.