Skip to content

Commit

Permalink
Fixing release action to create jar
Browse files Browse the repository at this point in the history
  • Loading branch information
dschanoeh committed Mar 6, 2021
1 parent f5df25d commit 7847626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
java-version: 1.8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Create jar
run: ./gradlew shadowjar
- name: Create release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 7847626

Please sign in to comment.