We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffb6a4 commit b5b0820Copy full SHA for b5b0820
.github/workflows/release.yml
@@ -4,7 +4,6 @@ concurrency: ci-${{ github.ref }}
4
5
on:
6
workflow_dispatch:
7
- branches: [ main ] # Default release branch
8
push:
9
branches: [ main ] # Default release branch
10
paths:
src/Digitalroot.Valheim.Build.Targets/Digitalroot.Valheim.Build.Targets.csproj
@@ -22,7 +22,7 @@
22
<Description>Build Targets</Description>
23
<PackageReleaseNotes>Initial Release</PackageReleaseNotes>
24
<NeutralLanguage>en-US</NeutralLanguage>
25
- <VersionPrefix>1.0.20</VersionPrefix>
+ <VersionPrefix>1.0.21</VersionPrefix>
26
<MinClientVersion>5.11.0</MinClientVersion>
27
</PropertyGroup>
28
0 commit comments