Skip to content

Commit

Permalink
Update deploy-algorithms.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilvamartin authored Feb 29, 2024
1 parent 0070038 commit ad7b5df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-algorithms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
dotnet build src/NetPlus.Algorithms/NetPlus.Algorithms.Search/*.csproj --configuration Release
dotnet build src/NetPlus.Algorithms/NetPlus.Algorithms.Sorting/*.csproj --configuration Release
dotnet pack src/NetPlus.Algorithms/*.nuspec -p $TAG_NAME
continue-on-error: true

- name: Push NuGet Package
run: |
Expand Down

0 comments on commit ad7b5df

Please sign in to comment.