Skip to content

Commit df13334

Browse files
author
Thorn Walli
committed
fix(release): generate release 8
1 parent c932fd4 commit df13334

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/beta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ jobs:
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

.releaserc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
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
{

0 commit comments

Comments
 (0)