Skip to content

Commit b3c66f0

Browse files
authored
Update release.yaml
1 parent 682c4b8 commit b3c66f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
git submodule update --remote --merge --init --recursive
4040
tag="${{ github.ref_name }}"
4141
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"
4343
- name: Create archive
4444
shell: bash
4545
run: |
4646
rm -rf .git/
4747
tar cfJ untitled-imgui-framework.tar.xz . || echo "Might have failed"
4848
- name: Create Release
49-
uses: softprops/action-gh-release@master
49+
uses: softprops/action-gh-release@v2
5050
with:
5151
body: |
5252
Check our discord for patch notes: https://discord.gg/4kyWu2Vu

0 commit comments

Comments
 (0)