File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,19 @@ jobs:
44
44
force_orphan : true
45
45
publish_dir : docs
46
46
cname : typescript.typedrest.net
47
+ - name : Connect to registry (npmjs.com)
48
+ if : github.event_name == 'push' && steps.gitversion.outputs.preReleaseLabel == ''
49
+ uses : actions/setup-node@v1
50
+ with :
51
+ registry-url : https://registry.npmjs.org
47
52
- name : Publish packages (npmjs.com)
48
53
if : github.event_name == 'push' && steps.gitversion.outputs.preReleaseLabel == ''
49
54
run : npm publish --access public
50
55
env :
51
56
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
52
57
53
58
# Publish
54
- - name : Connect to GitHub Packages
59
+ - name : Connect to registry (GitHub)
55
60
if : github.event_name == 'push'
56
61
uses : actions/setup-node@v1
57
62
with :
You can’t perform that action at this time.
0 commit comments