Skip to content

Commit 524a113

Browse files
committed
fix indentation
FOURTY LINES below where github reported the error. FOURTY. 40. why even bother reporting the error at that point?
1 parent 04318bf commit 524a113

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/speexdsp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ jobs:
366366
env:
367367
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
368368
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
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

0 commit comments

Comments
 (0)