Skip to content

Commit e77011a

Browse files
committed
fix action
1 parent 414b343 commit e77011a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release NPM Package
33
on:
44
push:
55
branches:
6-
- main # Change this to your default branch
6+
- master
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)