Skip to content

Commit

Permalink
Attempt fix the release process (#4510)
Browse files Browse the repository at this point in the history
* Attempt fix the release process

* unbreak the release process
  • Loading branch information
dylans committed Sep 13, 2021
1 parent 2a346de commit 91ca440
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14311,21 +14311,21 @@ resolve@^2.0.0-next.3:
"@babel/runtime": ^7.7.4
is-plain-object: ^5.0.0
lodash: ^4.17.21
slate: ^0.65.3
slate-hyperscript: ^0.62.0
slate: ^0.66.0
slate-hyperscript: ^0.66.0
source-map-loader: ^0.2.4
peerDependencies:
slate: ">=0.65.3"
languageName: unknown
linkType: soft

"slate-hyperscript@^0.62.0, slate-hyperscript@workspace:*, slate-hyperscript@workspace:packages/slate-hyperscript":
"slate-hyperscript@^0.66.0, slate-hyperscript@workspace:*, slate-hyperscript@workspace:packages/slate-hyperscript":
version: 0.0.0-use.local
resolution: "slate-hyperscript@workspace:packages/slate-hyperscript"
dependencies:
"@babel/runtime": ^7.7.4
is-plain-object: ^5.0.0
slate: ^0.65.3
slate: ^0.66.0
source-map-loader: ^0.2.4
peerDependencies:
slate: ">=0.65.3"
Expand Down Expand Up @@ -14429,8 +14429,8 @@ resolve@^2.0.0-next.3:
react-dom: ">=16.8.0"
react-test-renderer: ">=16.8.0"
scroll-into-view-if-needed: ^2.2.20
slate: ^0.65.3
slate-hyperscript: ^0.62.0
slate: ^0.66.0
slate-hyperscript: ^0.66.0
source-map-loader: ^0.2.4
tiny-invariant: 1.0.6
peerDependencies:
Expand All @@ -14440,15 +14440,15 @@ resolve@^2.0.0-next.3:
languageName: unknown
linkType: soft

"slate@^0.65.3, slate@workspace:*, slate@workspace:packages/slate":
"slate@^0.66.0, slate@workspace:*, slate@workspace:packages/slate":
version: 0.0.0-use.local
resolution: "slate@workspace:packages/slate"
dependencies:
"@babel/runtime": ^7.7.4
immer: ^9.0.6
is-plain-object: ^5.0.0
lodash: ^4.17.21
slate-hyperscript: ^0.62.0
slate-hyperscript: ^0.66.0
source-map-loader: ^0.2.4
tiny-warning: ^1.0.3
languageName: unknown
Expand Down

0 comments on commit 91ca440

Please sign in to comment.