1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 04:20:26 +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

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 }}