mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-08 16:26:29 +02:00
fix release.yml (#4519)
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -41,11 +41,7 @@ jobs:
|
|||||||
uses: changesets/action@master
|
uses: changesets/action@master
|
||||||
with:
|
with:
|
||||||
# defined in package.json#scripts
|
# defined in package.json#scripts
|
||||||
<<<<<<< HEAD
|
|
||||||
version: changesetversion
|
|
||||||
=======
|
|
||||||
version: yarn changesetversion
|
version: yarn changesetversion
|
||||||
>>>>>>> 06434500... more work to fix automated changeset workflow
|
|
||||||
publish: yarn changeset publish
|
publish: yarn changeset publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user