Skip to content

Commit e18fd19

Browse files
committed
what's a sane tag name anyway
they prefix their tags with `SpeexDSP-`, not `v` like everyone else
1 parent 524a113 commit e18fd19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/speexdsp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,6 @@ jobs:
367367
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
368368
VERSION: ${{ needs.version.outputs.version }}
369369
run: |
370-
VERSION="${VERSION:1}"
370+
VERSION="${VERSION:9}"
371371
dotnet pack ./build/DSharpPlus.Natives.Speex.csproj -c Release -p:Version="$VERSION.${{ github.run_number }}"
372372
dotnet nuget push "artifacts/**" --skip-duplicate -k "$NUGET_API_KEY" -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)