mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
try and fix version commit
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -29,11 +29,12 @@ jobs:
|
|||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
|
||||||
# create/update VERSION file to match incoming tag
|
|
||||||
echo "${TAG}" > VERSION
|
echo "${TAG}" > VERSION
|
||||||
if ! git diff --quiet -- VERSION; then
|
|
||||||
git add VERSION
|
git add -A VERSION
|
||||||
git commit -m "Add VERSION file for ${TAG} (from DMS)"
|
|
||||||
|
if ! git diff --cached --quiet; then
|
||||||
|
git commit -m "Update VERSION to ${TAG} (from DMS)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git tag -f "${TAG}"
|
git tag -f "${TAG}"
|
||||||
|
|||||||
Reference in New Issue
Block a user