Skip to content

Commit 5c99e0f

Browse files
committed
Fix reference to master branch on publish npm workflow
1 parent 08fb6b1 commit 5c99e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout repository
3535
uses: actions/checkout@v4
3636
with:
37-
ref: master
37+
ref: main
3838
submodules: recursive
3939
- name: Setup Node.js
4040
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)