Skip to content

Commit

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

Signed-off-by: Woojoong Kim <[email protected]>

* github action version check fix

Signed-off-by: Woojoong Kim <[email protected]>

---------

Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 authored Jul 1, 2024
1 parent d7dc1e5 commit c7611a0
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 @@
1.1.3-dev
1.1.3

0 comments on commit c7611a0

Please sign in to comment.