Commit b3c66f0 1 parent 682c4b8 commit b3c66f0 Copy full SHA for b3c66f0
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
39
39
git submodule update --remote --merge --init --recursive
40
40
tag="${{ github.ref_name }}"
41
41
sed -i "s/set(UIMGUI_FRAMEWORK_VERSION.*/set(UIMGUI_FRAMEWORK_VERSION ${tag: 1})/g" Framework/cmake/Version.cmake
42
- git add . && git commit -m "Automatically bump version" && git push origin HEAD:master
42
+ ( git add . && git commit -m "Automatically bump version" && git push origin HEAD:master) || echo "Nothing to commit"
43
43
- name : Create archive
44
44
shell : bash
45
45
run : |
46
46
rm -rf .git/
47
47
tar cfJ untitled-imgui-framework.tar.xz . || echo "Might have failed"
48
48
- name : Create Release
49
- uses : softprops/action-gh-release@master
49
+ uses : softprops/action-gh-release@v2
50
50
with :
51
51
body : |
52
52
Check our discord for patch notes: https://discord.gg/4kyWu2Vu
You can’t perform that action at this time.
0 commit comments