Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ioriayane committed Dec 24, 2024
1 parent 4762a9e commit 9e07bf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ jobs:
prepare:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Tag check
run: |
tag="${{ github.ref_name }}"
tag="0.42.0" # debug
version_no=$(cat app/main.cpp | grep "app.setApplicationVersion" | grep -oE "[0-9]+.[0-9]+.[0-9]+")
echo "Version No: $version_no"
echo "Tag: $tag"
Expand Down

0 comments on commit 9e07bf4

Please sign in to comment.