Skip to content

Commit a671719

Browse files
committed
Use shared workflow
1 parent c85a4c1 commit a671719

File tree

3 files changed

+3
-39
lines changed

3 files changed

+3
-39
lines changed

.github/FUNDING.yml

-12
This file was deleted.

.github/workflows/ci.yml

+3-20
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,11 @@ on:
55
paths-ignore:
66
- 'doc/**'
77
- 'img/**'
8-
- 'changelog.md'
98
- 'readme.md'
109
pull_request:
1110

1211
jobs:
1312
build:
14-
runs-on: windows-latest
15-
16-
steps:
17-
- name: Checkout
18-
uses: actions/checkout@v3
19-
with:
20-
submodules: true
21-
fetch-depth: 0
22-
23-
- name: Install .NET 8.0
24-
uses: actions/setup-dotnet@v3
25-
with:
26-
dotnet-version: '8.0.x'
27-
28-
- name: Build, Test, Pack, Publish
29-
shell: bash
30-
run: |
31-
dotnet tool install -g dotnet-releaser --configfile .github/workflows/nuget_org_only.config
32-
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" src/dotnet-releaser.toml
13+
uses: xoofx/.github/.github/workflows/dotnet.yml@main
14+
secrets:
15+
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

.github/workflows/nuget_org_only.config

-7
This file was deleted.

0 commit comments

Comments
 (0)