diff --git a/.github/workflows/timers-nuget.yml b/.github/workflows/timers-nuget.yml new file mode 100644 index 0000000..6fd37ec --- /dev/null +++ b/.github/workflows/timers-nuget.yml @@ -0,0 +1,18 @@ +name: Timers Nuget + +on: + push: + paths: + - 'timers/dotnet/lib/**' + - '.github/workflows/timers-nuget.yml' + workflow_dispatch: + +jobs: + publish: + name: Pack & Publish nuget + runs-on: ubuntu-latest + steps: + - uses: astorDev/versy/calver/nuget@main + with: + project: timers/dotnet/lib/Backi.Timers + nuget-api-key: ${{ secrets.NUGET_API_KEY }} \ No newline at end of file