Skip to content

Commit bd61785

Browse files
authored
Update publish.yml
1 parent 67c1800 commit bd61785

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
branches: |
5252
[
5353
'+([0-9])?(.{+([0-9]),x}).x',
54-
'main',
54+
'master',
5555
'next',
5656
'next-major',
5757
{
@@ -67,6 +67,7 @@ jobs:
6767
@semantic-release/git
6868
@semantic-release/changelog
6969
env:
70+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
7071
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7172

7273
- name: Test Outputs

0 commit comments

Comments
 (0)