diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bd273b..da6dc18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,9 +83,8 @@ jobs: test -n "${{ steps.previoustagwithprefix.outputs.tag }}" test -n "${{ steps.previoustagwithprefix.outputs.timestamp }}" - name: Remove tags - uses: JesseTG/rm@v1.0.2 - with: - path: .git/refs/tags + run: | + rm -r .git/refs/tags - name: Assert we got the tag with the expected prefix uses: therussiankid92/gat@v1 with: