We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7193565 commit c44282eCopy full SHA for c44282e
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build
24
run: dotnet build "./Synapse.sln" --configuration Release --no-restore
25
- name: Push
26
- run: dotnet nuget push "./src/*/*/*/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
+ run: dotnet nuget push "./src/*/*/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
27
28
publish-server-image:
29
runs-on: ubuntu-latest
@@ -380,4 +380,4 @@ jobs:
380
with:
381
files: "synctl*"
382
env:
383
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments