Skip to content

Commit

Permalink
VCI-687: Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krankenbro authored Sep 12, 2023
1 parent d50fd99 commit fb7394d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ jobs:
dotnet pack
dotnet tool install -g VirtoCommerce.GlobalTool --add-source ./src/VirtoCommerce.Build/artifacts
- name: Switch java version to 17
run: export JAVA_HOME=$JAVA_HOME_17_X64
- name: Set up Java 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Get changelog
id: changelog
Expand Down

0 comments on commit fb7394d

Please sign in to comment.