This commit is contained in:
platane
2022-04-09 00:23:17 +02:00
parent 5bede02e06
commit faf76e6eb6

View File

@@ -60,6 +60,8 @@ jobs:
run: |
VERSION=${{ github.event.inputs.version }}
git config --global user.email "bot@platane.me"
git config --global user.name "release bot"
git add package.json svg-only/dist action.yml
git commit -m "📦 $VERSION"
git tag v$VERSION