diff --git a/.github/workflows/settag.yml b/.github/workflows/settag.yml index d1db959..2cf9503 100644 --- a/.github/workflows/settag.yml +++ b/.github/workflows/settag.yml @@ -22,9 +22,6 @@ jobs: - name: Fetch History run: git fetch --prune --unshallow - - name: Fetch History - run: git fetch --prune --unshallow - - name: set-tag run: | if [ -z "${{ github.event.inputs.tag }}" ]; then