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 28
28
name : ' Publish Module to NPM'
29
29
needs : test
30
30
# 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')
32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- uses : actions/checkout@v2
39
39
- name : Install dependencies
40
40
uses : bahmutov/npm-install@v1
41
41
- run : yarn build
42
- - run : npx semantic-release@17
42
+ - run : npx semantic-release@17 -d
43
43
env :
44
44
NODE_AUTH_TOKEN : ${{secrets.npm_token}}
45
45
GH_TOKEN : ${{secrets.GH_TOKEN}}
You can’t perform that action at this time.
0 commit comments