Skip to content

Commit

Permalink
fix it for real this time...?
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiqan committed Mar 24, 2020
1 parent 0c2212d commit 2034ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Pack
run: dotnet pack ./src/FortniteReplayReader/FortniteReplayReader.csproj -c Release -p:PackageVersion=${{ steps.versioning.outputs.tag }}${{ steps.beta.outputs.suffix }}
- name: Publish
run: dotnet nuget push ./src/FortniteReplayReader/bin/Release/FortniteReplayReader-${{ steps.versioning.outputs.tag }}${{ steps.beta.outputs.suffix }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }}
run: dotnet nuget push ./src/FortniteReplayReader/bin/Release/FortniteReplayReader.${{ steps.versioning.outputs.tag }}${{ steps.beta.outputs.suffix }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }}


0 comments on commit 2034ab4

Please sign in to comment.