Skip to content

Commit

Permalink
update build [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
alihsaas committed May 20, 2021
1 parent ef66ed3 commit f3322ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
echo "CHANGELOG_ENTRY=$CHANGELOG_ENTRY" >> $GITHUB_ENV
echo "CHANGELOG_DESCRIPTION<<EOF" >> $GITHUB_ENV
echo "$DESCRIPTION" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Create release
Expand All @@ -80,7 +81,7 @@ jobs:
with:
tag_name: ${{ env.VERSION }}
release_name: ${{ env.CHANGELOG_ENTRY }}
body: ${{ env.DESCRIPTION }}
body: ${{ env.CHANGELOG_DESCRIPTION }}
draft: true
- name: Upload Linux build
uses: actions/upload-release-asset@v1
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## [0.1.0]
- Initial release
- Initial release

0 comments on commit f3322ff

Please sign in to comment.