Update maven.yml
This commit is contained in:
parent
d599e7f2b3
commit
3e322f5cfc
1 changed files with 3 additions and 0 deletions
3
.github/workflows/maven.yml
vendored
3
.github/workflows/maven.yml
vendored
|
@ -40,6 +40,9 @@ jobs:
|
||||||
path: staging
|
path: staging
|
||||||
- name: GH Release
|
- name: GH Release
|
||||||
uses: softprops/action-gh-release@v0.1.15
|
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
|
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
|
||||||
#- name: Update dependency graph
|
#- name: Update dependency graph
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue