Skip to content

Commit

Permalink
fix: release publish workflow (#120)
Browse files Browse the repository at this point in the history
[patch]
  • Loading branch information
manikmagar authored Oct 6, 2020
1 parent 06b1523 commit e8b9e6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: build-gradle
run: ./gradlew clean build -x test --build-cache --scan -s
- name: docker
Expand Down

0 comments on commit e8b9e6f

Please sign in to comment.