Skip to content

Commit 3ff6e46

Browse files
committed
1
1 parent 1c3c318 commit 3ff6e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/re-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
git fetch --prune --unshallow || true
2929
git checkout ${{ inputs.version_tag }}~1
30-
get tag -d ${{ inputs.version_tag }}
30+
git tag -d ${{ inputs.version_tag }}
3131
3232
- name: Set up Java
3333
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)