File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,14 @@ steps:
5353 channel : releases
5454 icon_url : https://avatars0.githubusercontent.com/u/46585558?s=32
5555 template : >
56- Release <a href="https://github.com/{{repo.owner}}/{{repo.name}}/releases/tag/{{build.tag}}">{{build.tag}}</a> (build <a href="{{build.link}}">{{build.number}}</a>){{#success build.status}}succeeded{{else}}failed{{/success}}.
56+ Release {{build.tag}} (build {{build.number}}) {{#success build.status}}succeeded{{else}}failed{{/success}}.
57+ {{build.link}}
58+
5759 {{#success build.status}}
58- <b>Availability:</b>
59- <li>CDN: <a href="https://cdn.author.io/{{repo.owner}}/{{repo.name}}/{{build.tag}}/author-{{repo.name}}.js">https://cdn.author.io/{{repo.owner}}/{{repo.name}}/{{build.tag}}/author-{{repo.name}}.js</a></li>
60- <li>npm: `npm install @author.io/elment-base@{{build.tag}}`</li>
60+ Availability:
61+ - CDN: https://cdn.author.io/{{repo.owner}}/{{repo.name}}/{{build.tag}}/author-{{repo.name}}.js
62+ - npm: `npm install @author.io/element-{{repo.name}}@{{build.tag}}`
63+ - Release: https://github.com/{{repo.owner}}/{{repo.name}}/releases/tag/{{build.tag}}
6164 {{/success}}
6265 when :
6366 event :
You can’t perform that action at this time.
0 commit comments