From d9d3d47ebb4558158fbb0fe42454671f0ded221c Mon Sep 17 00:00:00 2001 From: Ian Kerins Date: Fri, 20 Oct 2023 23:31:34 -0400 Subject: [PATCH] Tweak changesets commit message --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c20036..3446bdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,8 +49,8 @@ jobs: - run: npm install - uses: changesets/action@v1 with: - commit: Version neogrok - title: Version neogrok + commit: Publish release + title: Publish release publish: npx changeset publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}