Fix yarn version failing in CI due to no git global ident name

This commit is contained in:
Michael Telatynski 2024-03-22 17:55:14 +00:00
parent cf29c40b43
commit 70a6118c9d
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D

View file

@ -26,8 +26,9 @@ jobs:
- name: 🔨 Install dependencies
run: "yarn install --frozen-lockfile"
# We bump the package.json version to git, we just need it for publish to do the right thing
- name: 🎖 Bump package.json version
run: "yarn version --new-version ${VERSION#v}"
run: "yarn version --new-version ${VERSION#v} --no-git-tag-version"
env:
VERSION: ${{ github.event.release.tag_name }}.0