Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Danny Bédard <[email protected]>
  • Loading branch information
pdugre and DannyBedard authored Nov 19, 2024
1 parent c035869 commit 4f53bdd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
run: dotnet test

- name: Generate NuGet
run: |
cd src/
dotnet pack -o package /p:Version=$(date "+%-Y.%-m.%-d")
run: dotnet pack -o package /p:Version=$(date "+%-Y.%-m.%-d")
working-directory: src

- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 4f53bdd

Please sign in to comment.