mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-21 14:41:23 +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:
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@v1
|
||||
with:
|
||||
# defined in package.json#scripts
|
||||
version: yarn changesetversion
|
||||
|
Reference in New Issue
Block a user