We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a2eb9 commit 6b29c9cCopy full SHA for 6b29c9c
.github/workflows/release-template.yml
@@ -73,14 +73,14 @@ jobs:
73
run: |
74
git config --global user.name 'semantic-release-bot'
75
git config --global user.email 'semantic-release-bot@martynus.net'
76
- git commit -am "update package.json"
+ git commit --amend -a --no-edit
77
git branch -d upm &> /dev/null || echo upm branch not found
78
git subtree split -P "$PACKAGE_PATH" -b upm
79
git checkout upm
80
if [[ -d "Samples" ]]; then
81
git mv Samples Samples~
82
rm -f Samples.meta
83
- git commit -am "fix: Samples => Samples~"
84
fi
85
git push -f -u origin upm
86
- name: 🏷️ Create UPM Tag
0 commit comments