mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 00:58:36 +00:00
Use latest changesets/action (#89)
This commit is contained in:
parent
76aa445625
commit
9eb3b5cd52
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yaml
vendored
2
.github/workflows/cd.yaml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
|
||||
- name: Create Release Pull Request or Publish packages
|
||||
id: changesets
|
||||
uses: changesets/action@master
|
||||
uses: changesets/action@v1.3.0
|
||||
with:
|
||||
publish: yarn release
|
||||
commit: 'chore(release): update monorepo packages versions'
|
||||
|
|
|
|||
Loading…
Reference in a new issue