Skip to content

Commit 778ca81

Browse files
committed
Update the ubuntu version for deploy action
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent fa346aa commit 778ca81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
commit = True
33
tag = False
44
message = Bump version: {current_version} → {new_version}
5-
current_version = 1.6.26
5+
current_version = 1.6.25
66

77
[bumpversion:file:setup.py]
88
search = '{current_version}'

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
branch: main
5252

5353
deploy:
54-
runs-on: ubuntu-18.04
54+
runs-on: ubuntu-latest
5555
needs: update-changelog
5656
steps:
5757
- uses: actions/checkout@v3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
if __name__ == "__main__":
1515
setup(
1616
name='fosslight_source',
17-
version='1.6.26',
17+
version='1.6.25',
1818
package_dir={"": "src"},
1919
packages=find_packages(where='src'),
2020
description='FOSSLight Source Scanner',

0 commit comments

Comments
 (0)