diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0acc2ab..c33360a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,14 +16,14 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Restore dependencies - run: dotnet restore - - name: Setup .NET uses: actions/setup-dotnet@v4 with: global-json-file: global.json + - name: Restore dependencies + run: dotnet restore + - name: Create Release id: create-release uses: comnoco/create-release-action@v2.0.5