Skip to content

Commit

Permalink
feat: updated prod cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
zhifenglee-aelf authored Jun 7, 2024
1 parent a2600e3 commit 869840b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish-templates-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
run: dotnet pack --configuration Release --output nupkgs /p:Version=$VERSION

- name: Publish NuGet packages
uses: dansiegel/[email protected]
with:
filename: '**/*.nupkg'
apiKey: ${{ secrets.TEST_NUGET_API_KEY }}
feedUrl: ${{ secrets.TEST_NUGET_FEED_URL }}
working-directory: ${{ env.WORKING_DIRECTORY }}
run: |
dotnet nuget push "nupkgs/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source $NUGET_SOURCE_URL

0 comments on commit 869840b

Please sign in to comment.