Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekctek committed May 18, 2022
1 parent 9750eeb commit bb9fadf
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: rohith/publish-nuget@v2
with:
PROJECT_FILE_PATH: src\Candid\Candid.csproj
BUILD_CONFIGURATION: Release
VERSION_STATIC: ${{ github.event.release.tag_name }}
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
NUGET_SOURCE: https://api.nuget.org
Expand All @@ -30,19 +29,17 @@ jobs:
uses: rohith/publish-nuget@v2
with:
PROJECT_FILE_PATH: src\Agent\Agent.csproj
BUILD_CONFIGURATION: Release
VERSION_STATIC: ${{ github.event.release.tag_name }}
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
NUGET_SOURCE: https://api.nuget.org
INCLUDE_SYMBOLS: true

- name: Publish Client Generator
id: publish_nuget_client_generator
uses: rohith/publish-nuget@v2
with:
PROJECT_FILE_PATH: src\ClientGenerator\ClientGenerator.csproj
BUILD_CONFIGURATION: Release
VERSION_STATIC: ${{ github.event.release.tag_name }}
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
NUGET_SOURCE: https://api.nuget.org
INCLUDE_SYMBOLS: true
# - name: Publish Client Generator
# id: publish_nuget_client_generator
# uses: rohith/publish-nuget@v2
# with:
# PROJECT_FILE_PATH: src\ClientGenerator\ClientGenerator.csproj
# VERSION_STATIC: ${{ github.event.release.tag_name }}
# NUGET_KEY: ${{secrets.NUGET_API_KEY}}
# NUGET_SOURCE: https://api.nuget.org
# INCLUDE_SYMBOLS: true

0 comments on commit bb9fadf

Please sign in to comment.