Skip to content

Commit a5bd704

Browse files
committed
debugging
1 parent 5972cf9 commit a5bd704

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
exit 0
2828
fi
2929
30+
git --no-pager tag
31+
git show 0.4.23
3032
CURRENT_VERSION=$(git describe --tags --abbrev=0)
3133
3234
IFS='.' read -r MAJOR MINOR PATCH <<< "$CURRENT_VERSION"
@@ -57,4 +59,6 @@ jobs:
5759
5860
- name: Delete failed release tag
5961
if: ${{ failure() }}
60-
run: git push --delete origin ${{ steps.resolve-version.outputs.NEW_VERSION }}
62+
run: |
63+
exit 0
64+
git push --delete origin ${{ steps.resolve-version.outputs.NEW_VERSION }}

0 commit comments

Comments
 (0)