mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-28 09:29:49 +02:00
Fix release versioning 3 (#4517)
* another attempt to fix the version packages release * more work to fix automated changeset workflow
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -41,7 +41,11 @@ jobs:
|
||||
uses: changesets/action@master
|
||||
with:
|
||||
# defined in package.json#scripts
|
||||
version: changeset:version
|
||||
<<<<<<< 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 }}
|
||||
|
Reference in New Issue
Block a user