Skip to content

Commit

Permalink
Merge pull request #117 from fosslight/publish_bug
Browse files Browse the repository at this point in the history
Update the ubuntu version for deploy action
  • Loading branch information
dd-jy authored Apr 17, 2023
2 parents fa346aa + 778ca81 commit 01fea7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = False
message = Bump version: {current_version} → {new_version}
current_version = 1.6.26
current_version = 1.6.25

[bumpversion:file:setup.py]
search = '{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
branch: main

deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs: update-changelog
steps:
- uses: actions/checkout@v3
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_source',
version='1.6.26',
version='1.6.25',
package_dir={"": "src"},
packages=find_packages(where='src'),
description='FOSSLight Source Scanner',
Expand Down

0 comments on commit 01fea7a

Please sign in to comment.