We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71510d2 commit 8188802Copy full SHA for 8188802
.github/workflows/test.yaml
@@ -110,7 +110,7 @@ jobs:
110
runs-on: ubuntu-latest
111
name: Publish (NPM)
112
needs: test
113
- if: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }}
+ if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'release' }}
114
steps:
115
- name: Setup node
116
uses: actions/setup-node@v2-beta
@@ -125,4 +125,4 @@ jobs:
125
chmod +x publish.sh
126
./publish.sh
127
env:
128
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments