From 923b72fb67cf3ee9842df630feaed72644470074 Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Wed, 1 Nov 2023 10:03:45 -0700 Subject: [PATCH] feat: auto-tag releases (closes #560) --- .github/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8915143c..9b1622cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,3 +45,9 @@ jobs: - name: Ensure Quartz builds, check bundle info run: npx quartz build --bundleInfo + + - name: Create release tag + uses: Klemensas/action-autotag@stable + with: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + tag_prefix: "v"