This repository was archived by the owner on May 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 env :
4040 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4141 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
42-
43- - name : Upload release assets
44- if : steps.semantic_release.outputs.new_release_version != ''
45- uses : actions/upload-release-asset@v1
46- env :
47- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48- with :
49- upload_url : ${{ steps.semantic_release.outputs.upload_url }}
50- asset_path : ./dist/chrome.zip
51- asset_name : entelecheia-ai-chrome-${{ steps.semantic_release.outputs.new_release_version }}.zip
52- asset_content_type : application/zip
Original file line number Diff line number Diff line change 6767 " @semantic-release/github" ,
6868 {
6969 "assets" : [
70- [
71- " docs/pdfs"
72- ]
70+ {
71+ "path" : " dist/chrome.zip" ,
72+ "name" : " entelecheia-ai-chrome-${nextRelease.version}.zip" ,
73+ "contentType" : " application/zip"
74+ }
7375 ]
7476 }
7577 ],
7981 "assets" : [
8082 " docs/CHANGELOG.md" ,
8183 " package.json" ,
82- " package-lock.json"
84+ " package-lock.json" ,
85+ " static/manifest.json"
8386 ],
8487 "message" : " chore(release): :rocket: ${nextRelease.version} [skip ci]\n\n ${nextRelease.notes}"
8588 }
You can’t perform that action at this time.
0 commit comments