1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-20 13:22:04 +02:00

fix release.yml (#4519)

This commit is contained in:
Dylan Schiemann 2021-09-14 08:36:06 +01:00 committed by GitHub
parent 6ec399d4db
commit 03226cea3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,11 +41,7 @@ jobs:
uses: changesets/action@master
with:
# defined in package.json#scripts
<<<<<<< HEAD
version: changesetversion
=======
version: yarn changesetversion
>>>>>>> 06434500... more work to fix automated changeset workflow
publish: yarn changeset publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}