mirror of
https://github.com/samuele-cozzi/obsidian-marp-slides.git
synced 2026-07-22 07:40:25 +00:00
feat: .
This commit is contained in:
parent
1b4c0e0262
commit
02cbf5a549
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-please.yml
vendored
4
.github/workflows/release-please.yml
vendored
|
|
@ -38,9 +38,9 @@ jobs:
|
|||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
git branch --show-current
|
||||
git add .
|
||||
git add manifest.json
|
||||
git status
|
||||
git commit --amend
|
||||
git commit -m updateVersion
|
||||
git pull
|
||||
# push the commit
|
||||
- name: Push changes
|
||||
|
|
|
|||
Loading…
Reference in a new issue