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

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