We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3c318 commit 3ff6e46Copy full SHA for 3ff6e46
.github/workflows/re-release.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
git fetch --prune --unshallow || true
29
git checkout ${{ inputs.version_tag }}~1
30
- get tag -d ${{ inputs.version_tag }}
+ git tag -d ${{ inputs.version_tag }}
31
32
- name: Set up Java
33
uses: actions/setup-java@v4
0 commit comments