Skip to content

Commit bafc1b5

Browse files
committed
Update ci
1 parent f2ea38f commit bafc1b5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111

1212
jobs:
1313
build:
14-
uses: xoofx/.github/.github/workflows/dotnet.yml@main
15-
secrets:
16-
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
14+
runs-on: 'ubuntu-latest'
15+
steps:
16+
- name: "Build, Test, Pack and Publish"
17+
uses: xoofx/.github/.github/actions/dotnet-releaser-action@main
18+
with:
19+
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 commit comments

Comments
 (0)