Skip to content

Commit

Permalink
Fix release-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal authored Sep 1, 2020
1 parent 95f62ce commit 303346f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
java-version: 14
- name: Login to GitHub Package Registry
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com -u ${{ github.repository }} --password-stdin:
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com -u ${{ github.repository }} --password-stdin
- uses: gradle/wrapper-validation-action@v1
- name: Build release with Gradle
uses: burrunan/gradle-cache-action@v1
Expand Down

0 comments on commit 303346f

Please sign in to comment.