Skip to content

Commit

Permalink
Fix indenting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ari committed Jun 7, 2021
1 parent 6e7d364 commit 8e58f3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: ./gradlew clean server:distZip -x server:test -x client-html:test

- uses: ncipollo/release-action@v1
with:
artifact: "server/build/distributions/onCourseServer-*.zip"
body: "onCourse"
token: ${{ secrets.GITHUB_TOKEN }}
with:
artifact: "server/build/distributions/onCourseServer-*.zip"
body: "onCourse"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8e58f3d

Please sign in to comment.