Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/jars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Commit jars

on: workflow_dispatch
on:
workflow_dispatch:
push:
tags:
- 'v*.*'

jobs:
build:
Expand Down Expand Up @@ -28,6 +32,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/libs/*.jar
file_glob: true
tag: ${{ github.ref }}
overwrite: true
body: "Read the readme file for details."