From 2c74b05d1be573ca953f5331ab8f99c70dbf3a59 Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Fri, 23 Feb 2024 18:48:19 -0800 Subject: [PATCH] fix(ci): autotag --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9b1622cb8..9ef278667 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: run: npx quartz build --bundleInfo - name: Create release tag - uses: Klemensas/action-autotag@stable + uses: phish108/autotag-action@v1.1.55 with: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - tag_prefix: "v" + github-token: ${{ secrets.GITHUB_TOKEN}} + with-v: "true"