Skip to content

Commit

Permalink
Merge pull request #272 from Saibamen/fix_nuget_publish
Browse files Browse the repository at this point in the history
Fix nuget publish
  • Loading branch information
Saibamen authored Aug 21, 2023
2 parents d0b8a9e + 711a851 commit ac61724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Create package ${{ env.PACKAGE_5 }}
run: nuget pack ${{ env.PACKAGE_5_FULL }}/${{ env.PACKAGE_5 }}.nuspec -NonInteractive -Verbosity Detailed -OutputDirectory ${{ env.OUTPUT_DIR }}
- name: Push packages
run: dotnet nuget push "${{ env.OUTPUT_DIR }}/*.nupkg" -k ${ NUGET_TOKEN } #--skip-duplicate
run: dotnet nuget push "${{ env.OUTPUT_DIR }}/*.nupkg" -k ${NUGET_TOKEN} #--skip-duplicate
env:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
- name: Create tag
Expand Down

0 comments on commit ac61724

Please sign in to comment.