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 4fd27c4 commit cc38f6cCopy full SHA for cc38f6c
1 file changed
.github/workflows/managed.yml
@@ -12,8 +12,9 @@ on:
12
13
jobs:
14
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 }}
+ runs-on: 'ubuntu-latest'
+ steps:
+ - name: "Build, Test, Pack and Publish"
+ uses: xoofx/.github/.github/actions/dotnet-releaser-action@main
+ with:
20
+ NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
0 commit comments