Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K authored Nov 17, 2024
1 parent ecd772b commit ef70d6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
git config --global user.email "[email protected]"
git fetch --all
git submodule update --remote --merge --init --recursive
sed -i "s/project(UntitledCLIParser.*/project(UntitledCLIParser VERSION ${{ github.ref_name }})/g" CMakeLists.txt
ver="${{ github.ref_name }}"
sed -i "s/project(UntitledOpen.*/project(UntitledOpen VERSION ${ver:1})/g" CMakeLists.txt
git add . && git commit -m "Automatically bump version" && git push origin HEAD:master
- name: Create archive
Expand Down

0 comments on commit ef70d6e

Please sign in to comment.