File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 id : get_tag
2525 run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
2626 - name : Build shadowJar for Github
27- run : ./gradlew -Prelease -Pversion=${{ steps.get_tag.outputs.VERSION }} shadowJar
27+ run : ./gradlew -Prelease -Pversion=${{ steps.get_tag.outputs.VERSION }} shadowJar createChecksums
2828 - name : Release to Github
2929 uses : softprops/action-gh-release@v1
3030 with :
Original file line number Diff line number Diff line change 2727 id : get_tag
2828 run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
2929 - name : Build shadowJar for Github
30- run : ./gradlew -Prelease -Pversion=${{ steps.get_tag.outputs.VERSION }} shadowJar
30+ run : ./gradlew -Prelease -Pversion=${{ steps.get_tag.outputs.VERSION }} shadowJar createChecksums
3131 - name : Release to Github
3232 uses : softprops/action-gh-release@v1
3333 with :
You can’t perform that action at this time.
0 commit comments