Skip to content

Commit

Permalink
update action checkout test
Browse files Browse the repository at this point in the history
Signed-off-by: Woojoong Kim <woojoong.kim@intel.com>
  • Loading branch information
woojoong88 committed Jun 27, 2024
1 parent a18c2e1 commit 0e0a9d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
id: dev-version-check-step
shell: bash
run: |
ls ./build/bin
./build/bin/version_check.sh is_dev
if [[ $? == 0 ]]; then echo "dev_version=true" >> $GITHUB_OUTPUT; else echo "dev_version=false" >> $GITHUB_OUTPUT; fi
Expand Down

0 comments on commit 0e0a9d8

Please sign in to comment.