We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3475c3d commit 2348da1Copy full SHA for 2348da1
1 file changed
.github/workflows/release.yml
@@ -24,12 +24,11 @@ jobs:
24
with:
25
disable-cache: 'true'
26
27
-
28
- name: Build
29
run: yarn build
30
31
- name: Create Release Pull Request or Publish to NPM
32
- uses: changesets/action@e9cc34b540dd3ad1b030c57fd97269e8f6ad905a # v1.4.9
+ uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
33
34
version: yarn ci:version
35
publish: yarn ci:publish
0 commit comments