We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04318bf commit 524a113Copy full SHA for 524a113
.github/workflows/speexdsp.yml
@@ -366,7 +366,7 @@ jobs:
366
env:
367
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
368
VERSION: ${{ needs.version.outputs.version }}
369
- run: |
370
- VERSION="${VERSION:1}"
371
- dotnet pack ./build/DSharpPlus.Natives.Speex.csproj -c Release -p:Version="$VERSION.${{ github.run_number }}"
372
- dotnet nuget push "artifacts/**" --skip-duplicate -k "$NUGET_API_KEY" -s https://api.nuget.org/v3/index.json
+ run: |
+ VERSION="${VERSION:1}"
+ dotnet pack ./build/DSharpPlus.Natives.Speex.csproj -c Release -p:Version="$VERSION.${{ github.run_number }}"
+ dotnet nuget push "artifacts/**" --skip-duplicate -k "$NUGET_API_KEY" -s https://api.nuget.org/v3/index.json
0 commit comments