Skip to content

Commit

Permalink
Fix release workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Sep 22, 2020
1 parent f70de11 commit f4412e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ env.basedir }}/${{ env.package }}.zip
asset_name: ${{ env.package }}.zip
tag: ${{ env.release_version }}
tag: v${{ env.release_version }}
overwrite: true

releasenotes:
Expand Down
2 changes: 2 additions & 0 deletions bin/gen_releasenotes
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ def main():
_LOGGER.debug(version)
new_version = bump_version(version)
_LOGGER.debug(new_version)
#pylint: disable=fixme
#todo Fix notes generation
msg = BODY.format(
repo=arguments.repo,
version=version,
Expand Down

0 comments on commit f4412e6

Please sign in to comment.