Skip to content

Commit 2da84f8

Browse files
Update target branch
1 parent 89535d9 commit 2da84f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish NPM Package
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66

77
jobs:
88
build-and-publish:
@@ -26,4 +26,4 @@ jobs:
2626
- name: Publish to NPM
2727
run: npm publish --access public
2828
env:
29-
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
29+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)