Skip to content

Commit 3c983ee

Browse files
committed
Fix wrong branch name in publish npm workflow
1 parent 1c5679a commit 3c983ee

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
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515
with:
16-
ref: master
16+
ref: main
1717
submodules: recursive
1818
- name: Verify version has changed
1919
# We use jq as `npm pkg get version` returns a quoted string

0 commit comments

Comments
 (0)