Skip to content

Commit 6b29c9c

Browse files
committed
fix: test ci ammend commits
1 parent 51a2eb9 commit 6b29c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ jobs:
7373
run: |
7474
git config --global user.name 'semantic-release-bot'
7575
git config --global user.email 'semantic-release-bot@martynus.net'
76-
git commit -am "update package.json"
76+
git commit --amend -a --no-edit
7777
git branch -d upm &> /dev/null || echo upm branch not found
7878
git subtree split -P "$PACKAGE_PATH" -b upm
7979
git checkout upm
8080
if [[ -d "Samples" ]]; then
8181
git mv Samples Samples~
8282
rm -f Samples.meta
83-
git commit -am "fix: Samples => Samples~"
83+
git commit --amend -a --no-edit
8484
fi
8585
git push -f -u origin upm
8686
- name: 🏷️ Create UPM Tag

0 commit comments

Comments
 (0)