Skip to content

Commit feec556

Browse files
fix: run on main (#172)
1 parent 470a61a commit feec556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create tag and release 🚀
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
workflow_dispatch:
77

88
concurrency:
@@ -47,4 +47,4 @@ jobs:
4747
draft: false
4848
prerelease: false
4949

50-
50+

0 commit comments

Comments
 (0)