We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a0f79 commit 624e5f0Copy full SHA for 624e5f0
2 files changed
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release
2
on:
3
push:
4
tags:
5
- - '[0-9]\.[0-9]\.[0-9]+'
+ - '[0-9]+\.[0-9]+\.[0-9]+'
6
7
jobs:
8
build:
test/Box2D.NET.Test/Box2D.NET.Test.csproj
@@ -25,7 +25,7 @@
25
<PrivateAssets>all</PrivateAssets>
26
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
27
</PackageReference>
28
- <PackageReference Include="NUnit3TestAdapter" Version="6.0.0" />
+ <PackageReference Include="NUnit3TestAdapter" Version="6.0.1" />
29
</ItemGroup>
30
31
<ItemGroup>
0 commit comments