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 18f8ae9 commit 4d60895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git config --global user.email "[email protected]"
git fetch --all
git submodule update --remote --merge --init --recursive
ver="${{ github_ref_name }}"
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 4d60895

Please sign in to comment.