Update .github/workflows/on-push.yml
Some checks failed
build-packages / meilisearch-dotnet-packages (push) Failing after 1m51s
Some checks failed
build-packages / meilisearch-dotnet-packages (push) Failing after 1m51s
This commit is contained in:
parent
6db978d04c
commit
3d0b90b545
10
.github/workflows/on-push.yml
vendored
10
.github/workflows/on-push.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user