We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ea38f commit bafc1b5Copy full SHA for bafc1b5
.github/workflows/CI.yml
@@ -11,6 +11,9 @@ on:
11
12
jobs:
13
build:
14
- uses: xoofx/.github/.github/workflows/dotnet.yml@main
15
- secrets:
16
- NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
+ runs-on: 'ubuntu-latest'
+ steps:
+ - 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