Skip to content

Commit 5f4eb91

Browse files
author
Thorn Walli
committed
fix(npm): fix publish
1 parent 2c2f174 commit 5f4eb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6565
run: |
66-
rm -rf ./publish && mkdir ./publish && cp -r ./* ./publish
66+
rm -rf ./publish && rsync -r --exclude publish ./* ./publish
6767
npx -p semantic-release -p @semantic-release/git -p @semantic-release/changelog -p @semantic-release/exec -p semantic-release-ado semantic-release --provider=github
6868
6969
build-example:

0 commit comments

Comments
 (0)