Skip to content

Commit

Permalink
Merge pull request #415 from magento/fix_publish
Browse files Browse the repository at this point in the history
Fix publishing
  • Loading branch information
coderimus authored Dec 11, 2020
2 parents 517f4ff + 9c7db17 commit 31f0b0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradlepublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Gradle wrapper
run: gradle wrapper
- name: Grant execute permission for gradlew
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gradlepublishalpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Gradle wrapper
run: gradle wrapper
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 31f0b0e

Please sign in to comment.