Skip to content

Commit a7941a5

Browse files
committed
Fix release
1 parent 70ea8cf commit a7941a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Run build
3131
run: npm run build
3232
- name: Release
33-
if: github.ref == 'refs/heads/master' # run on only master
33+
if: github.ref == 'refs/heads/main' # run on only main
3434
run: npx semantic-release
3535
env:
3636
GITHUB_TOKEN: ${{github.token}}

0 commit comments

Comments
 (0)