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 4f7f2d9 commit 63182afCopy full SHA for 63182af
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Release
27
id: changesets
28
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
29
uses: changesets/action@v1
30
with:
31
publish: npm run release
0 commit comments