Skip to content

Commit cad37c7

Browse files
committed
fix: add release assets
1 parent fbf57bc commit cad37c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-please.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
run: |
2929
git config user.name github-actions
3030
git config user.email [email protected]
31+
rm -Rf ./lib
32+
mkdir ./lib
3133
git add ./lib/index.js
3234
git commit -m "chore(release): Add build assets"
3335
- uses: google-github-actions/release-please-action@v4

0 commit comments

Comments
 (0)