From 4381bb3a153530a7969852e34021242eb1efc41f Mon Sep 17 00:00:00 2001 From: Raisa Primerova <48605821+RayRedGoose@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:09:35 -0600 Subject: [PATCH] Update .github/workflows/release-web.yml --- .github/workflows/release-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-web.yml b/.github/workflows/release-web.yml index dca999f..9ad2992 100644 --- a/.github/workflows/release-web.yml +++ b/.github/workflows/release-web.yml @@ -102,7 +102,7 @@ jobs: - name: Build run: npm run build:tokens - # Push both the commit and tag created by Lerna's version command using a PAT + # Push both the commit and tag created by changeset version command using a PAT - name: Push changes uses: ad-m/github-push-action@master with: