File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 5454 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5555 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
5656 run : |
57+ rm -rf ./publish && mkdir ./publish && cp -r ./lib/* ./publish && cp ./README.md ./publish/README.md && cp ./package.json ./publish/package.json && cp ./LICENSE ./publish/LICENSE
5758 npx -p semantic-release -p @semantic-release/git -p @semantic-release/changelog -p @semantic-release/exec -p semantic-release-ado semantic-release --provider=github
5859
Original file line number Diff line number Diff line change 99 "changelogTitle": "# Project Changelog"
1010 }
1111 ],
12- [
13- "@semantic-release/exec",
14- {
15- "prepareCmd": "rm -rf ./publish && mkdir ./publish && cp -r ./lib/* ./publish && cp ./README.md ./publish/README.md && cp ./package.json ./publish/package.json && cp ./LICENSE ./publish/LICENSE",
16- }
17- ],
1812 [
1913 "@semantic-release/npm",
2014 {
You can’t perform that action at this time.
0 commit comments