1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-22 06:53:25 +02:00

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
This commit is contained in:
Dylan Schiemann
2022-07-28 07:02:35 -05:00
committed by GitHub
parent f55026f0ba
commit b440fc7577

View File

@@ -39,7 +39,7 @@ jobs:
# https://github.com/changesets/action # https://github.com/changesets/action
- name: Create release pull request or Publish to npm - name: Create release pull request or Publish to npm
if: matrix.channel == 'latest' if: matrix.channel == 'latest'
uses: changesets/action@master uses: changesets/action@v1
with: with:
# defined in package.json#scripts # defined in package.json#scripts
version: yarn changesetversion version: yarn changesetversion