From 3e322f5cfc17139770e8d7be74bc60fbb6ca749a Mon Sep 17 00:00:00 2001 From: Sebastian Cabrera Date: Tue, 23 May 2023 01:45:29 -0400 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d1c32fb..7b9e9f2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -40,6 +40,9 @@ jobs: path: staging - name: GH Release uses: softprops/action-gh-release@v0.1.15 + if: startsWith(github.ref, 'refs/tags/') + with: + files: Package # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive #- name: Update dependency graph