mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-08 22:20:41 +02:00
Replace master with main
npm tags sometimes failing to get applied with releases, warning mentioned this error.
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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@main
|
||||
with:
|
||||
# defined in package.json#scripts
|
||||
version: yarn changesetversion
|
||||
|
Reference in New Issue
Block a user