Skip to content

Commit

Permalink
chore: fix changesets/action version
Browse files Browse the repository at this point in the history
  • Loading branch information
roikoren755 committed May 1, 2022
1 parent 2572161 commit 901f5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm ci
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@master
uses: changesets/action@v1.2.2
with:
title: 'ci(changesets): version packages'
commit: 'ci(changesets): version packages'
Expand Down

0 comments on commit 901f5f2

Please sign in to comment.