mirror of
https://github.com/lostpaul/obsidian-folder-overview.git
synced 2026-07-22 05:35:07 +00:00
Update release.yml
This commit is contained in:
parent
1fac7423e9
commit
b4b82c48cc
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -32,3 +32,7 @@ jobs:
|
|||
run: |
|
||||
rm -f main.js
|
||||
echo "main.js has been deleted after release."
|
||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git commit -m "Remove main.js" || echo "No changes to commit"
|
||||
git push origin main
|
||||
|
|
|
|||
Loading…
Reference in a new issue