Skip to content

Commit

Permalink
Merge pull request #39 from bjk7119/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
bjk7119 authored Jul 26, 2021
2 parents 6a56c19 + 714e096 commit 0b614f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Get Release
uses: agners/get-draft-release@v1.2.2
id: get_release
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if __name__ == "__main__":
setup(
name='fosslight_util',
version='1.0.49',
version='1.0.50',
package_dir={"": "src"},
packages=find_packages(where='src'),
description='FOSSLight Util',
Expand Down

0 comments on commit 0b614f6

Please sign in to comment.