File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 name : ' Publish Module to NPM'
2929 needs : test
3030 # publish only when merged in master on original repo, not on PR
31- if : github.repository == 'tannerlinsley/react-query' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/1.x')
31+ if : github.repository == 'tannerlinsley/react-query' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/ 1.x')
3232 runs-on : ubuntu-latest
3333 steps :
3434 - uses : actions/checkout@v2
3939 - name : Install dependencies
4040 uses : bahmutov/npm-install@v1
4141 - run : yarn build
42- - run : npx semantic-release@17
42+ - run : npx semantic-release@17 -d
4343 env :
4444 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
4545 GH_TOKEN : ${{secrets.GH_TOKEN}}
You can’t perform that action at this time.
0 commit comments