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 c816352 commit ad481a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:

- name: check version
id: version-check-step
shell: bash
run: |
make check-version; if [[ $? == 0 ]]; then echo "valid_version=true" >> $GITHUB_OUTPUT; else echo "valid_version=false" >> $GITHUB_OUTPUT; fi
bash -c ./build/bin/version_check.sh is_dev; if [[ $? == 0 ]]; then echo "dev_version=true" >> $GITHUB_OUTPUT; else echo "dev_version=false" >> $GITHUB_OUTPUT; fi
echo "target_version=$(cat VERSION)" >> $GITHUB_OUTPUT
tag_versions:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ad481a7

Please sign in to comment.