Skip to content

Commit

Permalink
ci: include pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobritodev committed Oct 21, 2021
1 parent 4bdf075 commit d92c1f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
include-prerelease: true

- name: Setup .NET 5
uses: actions/setup-dotnet@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
include-prerelease: true

- name: Setup .NET 5
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit d92c1f8

Please sign in to comment.