Skip to content

Commit e0ad819

Browse files
committed
Add library to gh release on release
1 parent 343ebd6 commit e0ad819

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ jobs:
2323
gradle-version: 8.13
2424
- name: Publish
2525
run: gradle publishAllPublicationsToMinecrafttasMainRepository -Prelease=true -PminecrafttasMainUsername=${{ secrets.MAVEN_NAME }} -PminecrafttasMainPassword=${{ secrets.MAVEN_SECRET }}
26+
- name: Upload assets
27+
uses: softprops/action-gh-release@v2
28+
with:
29+
files: 'build/libs/!(-@(dev|sources|javadoc|all)).jar'

0 commit comments

Comments
 (0)