Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update publish-amos-abp-nuget.yml
Browse files Browse the repository at this point in the history
izanhzh authored Dec 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5ab9201 commit dc38372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-amos-abp-nuget.yml
Original file line number Diff line number Diff line change
@@ -64,5 +64,5 @@ jobs:
# NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: Publish Nuget package
run: |
nuget push Amos.Abp.Domain.*.nupkg -ApiKey ${{secrets.NUGET_API_KEY}} -src https://api.nuget.org/v3/index.json -SkipDuplicate
nuget push *.nupkg -ApiKey ${{secrets.NUGET_API_KEY}} -src https://api.nuget.org/v3/index.json -SkipDuplicate
working-directory: ./framework/build/Release

0 comments on commit dc38372

Please sign in to comment.