From b440fc7577a4a1279fc36ccd17478c3001bf01af Mon Sep 17 00:00:00 2001 From: Dylan Schiemann Date: Thu, 28 Jul 2022 07:02:35 -0500 Subject: [PATCH] Release workflow: Replace master with main (#5062) * Replace master with main npm tags sometimes failing to get applied with releases, warning mentioned this error. * Update .github/workflows/release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae1d8e762..07c703b3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: # https://github.com/changesets/action - name: Create release pull request or Publish to npm if: matrix.channel == 'latest' - uses: changesets/action@master + uses: changesets/action@v1 with: # defined in package.json#scripts version: yarn changesetversion