Skip to content

Commit

Permalink
Update nuget_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cristipufu committed Jun 1, 2024
1 parent 96c602f commit bf0ba03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nuget_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:

- name: Setup .NET Core @ Latest
uses: actions/setup-dotnet@v4

- name: Setup JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'

- name: Extract Version from csproj
id: get_version
Expand Down

0 comments on commit bf0ba03

Please sign in to comment.