Skip to content

Commit cc38f6c

Browse files
committed
Update ci
1 parent 4fd27c4 commit cc38f6c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/managed.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ on:
1212

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

0 commit comments

Comments
 (0)