Skip to content

Commit

Permalink
Merge tag '3.1.1.c' into develop
Browse files Browse the repository at this point in the history
3.1.1.c
  • Loading branch information
BBT-mmarkovic committed Jan 5, 2023
2 parents c8e771a + 45da254 commit 3d2d26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
run: nuget pack ../nuspec/nuget/*.nuspec

- name: Publish NuGet
run: nuget push ../nuspec/nuget/*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}}
run: nuget push ./*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}}

0 comments on commit 3d2d26e

Please sign in to comment.