From 3d0b90b54559316dc4ec4e5d11618d1716783616 Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 24 Feb 2025 07:55:38 +0000 Subject: [PATCH] Update .github/workflows/on-push.yml --- .github/workflows/on-push.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 1673ef3..517c84c 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -16,7 +16,11 @@ jobs: run: | 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 @@ -32,10 +36,6 @@ jobs: run: | 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