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 8a0fc2d commit 18f8ae9
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 @@ -38,7 +38,8 @@ jobs:
git config --global user.email "[email protected]"
git fetch --all
git submodule update --remote --merge --init --recursive
sed -i "s/project(UntitledOpen.*/project(UntitledOpen 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
shell: bash
Expand Down

0 comments on commit 18f8ae9

Please sign in to comment.