Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mchaloupka authored Jan 26, 2024
1 parent e2b8808 commit f7c5738
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
description: Version of new NuGet package
required: true


jobs:
release:
runs-on: windows-latest
Expand All @@ -17,11 +16,11 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ 6.0.x }}
dotnet-version: 6.0.x
- name: Install local tools
run: dotnet tool restore
- name: Build, Tests & Release
if: matrix.os == 'windows-latest' && github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master'
run: dotnet fake run build.fsx -t "PublishNuget"
env:
BUILD_NUMBER: ${{github.run_number}}
Expand Down

0 comments on commit f7c5738

Please sign in to comment.