Skip to content

Commit aba370e

Browse files
committed
fix: update test workflow and increment project version to 1.0.0-beta1.
1 parent 5068172 commit aba370e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test
22

33
on:
44
push:
5-
branches: [ "main", "action/publish" ]
5+
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
88
workflow_dispatch:
@@ -14,12 +14,12 @@ jobs:
1414
- name: Checkout
1515
uses: actions/[email protected]
1616
- name: Unit Test
17-
run: dotnet test tests/UnitTest
17+
run: dotnet test test/UnitTest
1818

1919
ubuntu:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
2323
uses: actions/[email protected]
2424
- name: Unit Test
25-
run: dotnet test tests/UnitTest
25+
run: dotnet test test/UnitTest

src/Irihi.Rough.NET/Irihi.Rough.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<LangVersion>latest</LangVersion>
7-
<Version>0.0.1</Version>
7+
<Version>1.0.0-beta1</Version>
88
<Authors>IRIHI Technology Co., Ltd.</Authors>
99
<Description>Roughjs for .NET</Description>
1010
<RepositoryUrl>https://github.com/irihitech/Irihi.Rough.NET</RepositoryUrl>

0 commit comments

Comments
 (0)