Skip to content

Commit

Permalink
Ci timers nuget (#2)
Browse files Browse the repository at this point in the history
* timers nuget ci file

* various nuget fixes
  • Loading branch information
astorDev authored Oct 29, 2024
1 parent 3061980 commit 40f19b4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/timers-nuget.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 40f19b4

Please sign in to comment.