Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Apr 4, 2024
1 parent 47000bb commit 90a2e64
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
- name: Dotnet - Pack
run: dotnet pack -c "Release ${{ matrix.client }}" --no-restore

# - name: Publish - NuGet
# if: ${{ env.is-tag == 'true' }}
# run: dotnet nuget push **/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
# working-directory: CompiledLibs
- name: Publish - NuGet
if: ${{ env.is-tag == 'true' }}
run: dotnet nuget push **/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
working-directory: CompiledLibs

# - name: Publish - GitHub
# if: ${{ env.is-tag == 'true' }}
# run: dotnet nuget push **/*.nupkg --skip-duplicate
# working-directory: CompiledLibs
- name: Publish - GitHub
if: ${{ env.is-tag == 'true' }}
run: dotnet nuget push **/*.nupkg --skip-duplicate
working-directory: CompiledLibs

0 comments on commit 90a2e64

Please sign in to comment.