Skip to content

Commit

Permalink
Update version-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Apr 15, 2024
1 parent 80944fd commit d080bf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Check if we are on correct commit
run: |
sudo apt-get update
chmod +x quickemu
REL_VERSION=v$(./quickemu --version)
GIT_VERSION=$(git describe --tags)
echo "Release version ${REL_VERSION}"
Expand Down

0 comments on commit d080bf4

Please sign in to comment.