From c4bd79ad9095debd14f1d80806d64689b13952d8 Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Thu, 24 Aug 2023 16:56:55 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20add=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fee9fee..edd5b9e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -60,6 +60,9 @@ jobs: - name: Update version run: npx changeset version + - name: Tag version + run: npx changeset tag + - name: Build the extension run: npm run build @@ -77,3 +80,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} message: "🔖 bump version" + tags: true