diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f9b62f..44bb4c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,5 +62,5 @@ jobs: }) await github.git.deleteRef({ ...context.repo, - ref: "refs/tags/ci-test-${{ matrix.os }}", + ref: "tags/ci-test-${{ matrix.os }}", })