Skip to content

Commit 63182af

Browse files
committed
Fix release branch
1 parent 4f7f2d9 commit 63182af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Release
2727
id: changesets
28-
if: github.ref == 'refs/heads/master'
28+
if: github.ref == 'refs/heads/main'
2929
uses: changesets/action@v1
3030
with:
3131
publish: npm run release

0 commit comments

Comments
 (0)