Update .github/workflows/on-push.yml
Some checks failed
build-packages / meilisearch-dotnet-packages (push) Failing after 1m51s

This commit is contained in:
damien 2025-02-24 07:55:38 +00:00
parent 6db978d04c
commit 3d0b90b545

View File

@ -17,6 +17,10 @@ jobs:
rm ./* -r || true
rm ./.??* -r || true
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- uses: actions/checkout@v3
with:
fetch-depth: 0
@ -33,10 +37,6 @@ jobs:
git tag $GitVersion_SemVer
git push origin $GitVersion_SemVer
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Authorise NuGet
uses: StirlingLabs/GithubNugetAuthAction@main
with: