Skip to content

Commit 8188802

Browse files
authored
Update test.yaml (#377)
1 parent 71510d2 commit 8188802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
runs-on: ubuntu-latest
111111
name: Publish (NPM)
112112
needs: test
113-
if: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }}
113+
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'release' }}
114114
steps:
115115
- name: Setup node
116116
uses: actions/setup-node@v2-beta
@@ -125,4 +125,4 @@ jobs:
125125
chmod +x publish.sh
126126
./publish.sh
127127
env:
128-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
128+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)