skip version commit
This commit is contained in:
parent
003391e60e
commit
cfef57d8a1
1 changed files with 0 additions and 11 deletions
|
|
@ -19,17 +19,6 @@ jobs:
|
||||||
VERSION=${GITHUB_REF_NAME#v}
|
VERSION=${GITHUB_REF_NAME#v}
|
||||||
echo "Bumping version to $VERSION"
|
echo "Bumping version to $VERSION"
|
||||||
npm version $VERSION --no-git-tag-version
|
npm version $VERSION --no-git-tag-version
|
||||||
|
|
||||||
# Configure Git
|
|
||||||
git config user.name "Forgejo Actions"
|
|
||||||
git config user.email "actions@noreply.flegr.me"
|
|
||||||
|
|
||||||
# Commit and push back to main if version changed
|
|
||||||
if [ -n "$(git status --porcelain package.json)" ]; then
|
|
||||||
git add package.json package-lock.json
|
|
||||||
git commit -m "chore: bump version to $VERSION [skip ci]"
|
|
||||||
git push origin HEAD:main
|
|
||||||
fi
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run dist:linux
|
- run: npm run dist:linux
|
||||||
- name: Build Windows installer with 32-bit Wine prefix
|
- name: Build Windows installer with 32-bit Wine prefix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue