Skip to content

Commit da64b08

Browse files
committed
ci: update release ci.
1 parent 4c9a60e commit da64b08

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
GITHUB_TOKEN: ${{ SECRETS.RINNE_GITHUB_TOKEN }}
1212

1313
jobs:
14-
release to myget:
14+
release_to_myget:
1515
runs-on: windows-latest
1616
# needs: run-semantic-release
1717
needs: build

.github/workflows/release_prepare.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
# - name: Setup .NET 6.0.x SDK
21-
# uses: actions/setup-dotnet@v3
22-
# with:
23-
# dotnet-version: 6.0.x
20+
- name: Setup .NET 6.0.x SDK
21+
uses: actions/setup-dotnet@v3
22+
with:
23+
dotnet-version: 6.0.x
2424

25-
# - name: Check .NET info
26-
# run: dotnet --info
25+
- name: Check .NET info
26+
run: dotnet --info
2727

28-
# - name: Install dependencies
29-
# run: dotnet restore
28+
- name: Install dependencies
29+
run: dotnet restore
3030

31-
# - name: Build solution
32-
# run: dotnet build -c Release --no-restore
31+
- name: Build solution
32+
run: dotnet build -c Release --no-restore
3333

3434
# run-semantic-release:
3535
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)