File tree Expand file tree Collapse file tree 1 file changed +5
-23
lines changed Expand file tree Collapse file tree 1 file changed +5
-23
lines changed Original file line number Diff line number Diff line change 42
42
- name : Run CI with turbo
43
43
run : pnpm run ci
44
44
45
- - name : Publish eslint-plugin-solid to npm if needed
46
- if : ${{ github.ref_name }} == "main"
47
- uses : JS-DevTools/npm-publish@v3
48
- with :
49
- package : ./packages/eslint-plugin-solid
50
- token : ${{ secrets.NPM_TOKEN }}
51
- strategy : upgrade
52
- access : public
53
- provenance : true
54
- # TODO remove
55
- dry-run : true
56
-
57
- - name : Publish eslint-solid-standalone to npm if needed
58
- if : ${{ github.ref_name }} == "main"
59
- uses : JS-DevTools/npm-publish@v3
60
- with :
61
- package : ./packages/eslint-solid-standalone
62
- token : ${{ secrets.NPM_TOKEN }}
63
- strategy : upgrade
64
- access : public
65
- provenance : true
66
- # TODO remove
67
- dry-run : true
45
+ - name : Publish to npm if needed
46
+ if : ${{ github.ref }} == "refs/heads/main"
47
+ env :
48
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
49
+ run : pnpm publish -r --dry-run
You can’t perform that action at this time.
0 commit comments