Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanzy authored Apr 1, 2024
1 parent b9e5040 commit 11920db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
os: [ ubuntu-latest ] #, windows-latest, macos-latest ]

steps:
- name: Set up JDK 11
uses: actions/setup-java@v3
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'zulu' # Alternative distribution options are available.
java-version: 21
distribution: 'temurin' # Alternative distribution options are available.

- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -136,4 +136,4 @@ jobs:
# run: dotnet nuget add source --username $GITHUB_USER --password $GITHUB_TOKEN --store-password-in-clear-text --name github "$GITHUB_FEED"

# - name: Push to GitHub Feed
# run: echo "Deploy to GitHub" #dotnet nuget push ./nupkg/*.nupkg --api-key $GITHUB_TOKEN --skip-duplicate --source $GITHUB_FEED
# run: echo "Deploy to GitHub" #dotnet nuget push ./nupkg/*.nupkg --api-key $GITHUB_TOKEN --skip-duplicate --source $GITHUB_FEED

0 comments on commit 11920db

Please sign in to comment.