1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-02 19:52:32 +02:00

Attempt fix the release process (#4510)

* Attempt fix the release process

* unbreak the release process
This commit is contained in:
Dylan Schiemann
2021-09-13 12:48:09 +01:00
committed by GitHub
parent 2a346ded9d
commit 91ca440723
2 changed files with 10 additions and 9 deletions

View File

@@ -40,12 +40,13 @@ jobs:
if: matrix.channel == 'latest'
uses: changesets/action@master
with:
version: yarn changeset version
version: yarn changeset version && yarn install && git add .
publish: yarn changeset publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
ENABLE_IMMUTABLE_INSTALLS: false
# https://github.com/atlassian/changesets/blob/master/docs/snapshot-releases.md
- name: Release to @dev channel