Skip to content

Commit 72437a9

Browse files
committed
debug patch issues
1 parent faa983d commit 72437a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
fi
4444
4545
IFS='.' read -r MAJOR MINOR PATCH <<< "$CURRENT_VERSION"
46+
echo "Curr patch: $PATCH"
4647
PATCH_NUMBER=${PATCH%%[^0-9]*}
4748
PATCH_SUFFIX=${PATCH#$PATCH_NUMBER}
4849
echo "NEW_VERSION=$MAJOR.$MINOR.$((PATCH_NUMBER++))$SUFFIX" >> "$GITHUB_OUTPUT"
@@ -72,4 +73,4 @@ jobs:
7273
- name: Delete failed release tag
7374
if: ${{ failure() }}
7475
run: |
75-
git push --delete origin ${{ steps.resolve-new-version.outputs.NEW_VERSION }}
76+
# git push --delete origin ${{ steps.resolve-new-version.outputs.NEW_VERSION }}

0 commit comments

Comments
 (0)