Skip to content

Commit 2348da1

Browse files
authored
fix(ci): upgrade changesets action to newest version (#404)
1 parent 3475c3d commit 2348da1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ jobs:
2424
with:
2525
disable-cache: 'true'
2626

27-
2827
- name: Build
2928
run: yarn build
3029

3130
- name: Create Release Pull Request or Publish to NPM
32-
uses: changesets/action@e9cc34b540dd3ad1b030c57fd97269e8f6ad905a # v1.4.9
31+
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
3332
with:
3433
version: yarn ci:version
3534
publish: yarn ci:publish

0 commit comments

Comments
 (0)