Skip to content

Commit

Permalink
github action version check fix (#21)
Browse files Browse the repository at this point in the history
* github action version check fix

Signed-off-by: Woojoong Kim <woojoong.kim@intel.com>

* github action version check fix

Signed-off-by: Woojoong Kim <woojoong.kim@intel.com>

---------

Signed-off-by: Woojoong Kim <woojoong.kim@intel.com>
  • Loading branch information
woojoong88 authored Jul 1, 2024
1 parent d240e43 commit edd70b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: check version
run: make check-version
lint:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.7-dev
0.0.7

0 comments on commit edd70b6

Please sign in to comment.