We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf57bc commit cad37c7Copy full SHA for cad37c7
.github/workflows/release-please.yml
@@ -28,6 +28,8 @@ jobs:
28
run: |
29
git config user.name github-actions
30
git config user.email [email protected]
31
+ rm -Rf ./lib
32
+ mkdir ./lib
33
git add ./lib/index.js
34
git commit -m "chore(release): Add build assets"
35
- uses: google-github-actions/release-please-action@v4
0 commit comments