From 6fda91ff6eae6d57ba5ca40f571f7c7a9c5911a1 Mon Sep 17 00:00:00 2001 From: Tobias Grothe Date: Sun, 23 Feb 2025 12:03:08 +0100 Subject: [PATCH] Update jars.yml --- .github/workflows/jars.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jars.yml b/.github/workflows/jars.yml index 8e194af..b51d605 100644 --- a/.github/workflows/jars.yml +++ b/.github/workflows/jars.yml @@ -1,6 +1,10 @@ name: Commit jars -on: workflow_dispatch +on: + workflow_dispatch: + push: + tags: + - 'v*.*' jobs: build: @@ -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."