We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2f174 commit 5f4eb91Copy full SHA for 5f4eb91
.github/workflows/beta.yml
@@ -63,7 +63,7 @@ jobs:
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
65
run: |
66
- rm -rf ./publish && mkdir ./publish && cp -r ./* ./publish
+ rm -rf ./publish && rsync -r --exclude publish ./* ./publish
67
npx -p semantic-release -p @semantic-release/git -p @semantic-release/changelog -p @semantic-release/exec -p semantic-release-ado semantic-release --provider=github
68
69
build-example:
0 commit comments