Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkoshevoi committed Apr 13, 2022
1 parent 6d4d9b0 commit d239472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: 🚀 Publish NuGet
uses: alirezanet/publish-nuget@v3
uses: alirezanet/publish-nuget@v3.0.0
with:
PROJECT_FILE_PATH: DateOnlyTimeOnly.AspNet/DateOnlyTimeOnly.AspNet.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-swashbuckle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: 🚀 Publish NuGet
uses: alirezanet/publish-nuget@v3
uses: alirezanet/publish-nuget@v3.0.0
with:
PROJECT_FILE_PATH: DateOnlyTimeOnly.AspNet.Swashbuckle/DateOnlyTimeOnly.AspNet.Swashbuckle.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
Expand Down

0 comments on commit d239472

Please sign in to comment.