Skip to content

Commit

Permalink
Use different action for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeuwen committed Apr 6, 2022
1 parent b75c738 commit e4f458a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Publish NuGet
id: publish_nuget
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/master'
uses: brandedoutcast/publish-nuget@v2.5.5
uses: alirezanet/publish-nuget@v3.0.3
with:
PROJECT_FILE_PATH: AspNetCore.ReCaptcha/AspNetCore.ReCaptcha.csproj
PACKAGE_NAME: AspNetCore.ReCaptcha
Expand Down

0 comments on commit e4f458a

Please sign in to comment.