Skip to content

Commit

Permalink
Fix workflow (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Jul 27, 2023
1 parent 32b2b11 commit eb6b384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: dotnet tool install -g GitVersion.Tool --version 5.12.0
- run: dotnet tool install -g GitVersion.Tool --version 5.10.0
- name: Resolve version
id: version
run: |
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
with:
name: nuget_packages
path: nuget_packages
- run: dotnet nuget push "*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s "https://api.nuget.org/v3/index.json"
- run: dotnet nuget push "*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s "https://api.nuget.org/v3/index.json" --skip-duplicate
working-directory: nuget_packages

publish_vs_code_extension:
Expand Down

0 comments on commit eb6b384

Please sign in to comment.