Skip to content

Commit 324c56f

Browse files
megahirtCopilot
andauthored
Indentation suggestions
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5cc01d7 commit 324c56f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test-installer-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fi
4646
4747
# Otherwise find the latest tag that starts with v
48-
LAST_TAG=$(git describe --tags --match "v*" --abbrev=0 2>/dev/null || echo "v0.0.0")
48+
LAST_TAG=$(git describe --tags --match "v*" --abbrev=0 2>/dev/null || echo "v0.0.0")
4949
5050
# Compute a build number based on number of commits since that tag
5151
COMMITS_SINCE_TAG=$(git rev-list ${LAST_TAG}..HEAD --count)

build/SayMore.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<Version Condition="'$(Version)' == ''">1.0.0.0</Version>
3737
</PropertyGroup>
3838

39-
<Message Text="Version: $(Version)" Importance="high"/>
39+
<Message Text="Version: $(Version)" Importance="high"/>
4040
</Target>
4141

4242
<Import Project="$(SILReleaseTasksProps)" Condition="Exists('$(SILReleaseTasksProps)')" />

0 commit comments

Comments
 (0)