Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
fix release path glob
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdcruz committed Dec 13, 2022
1 parent 2ec1073 commit a8e437a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: mvn clean compile assembly:single

- name: Release
uses: softprops/action-gh-release@v0.1.13
uses: softprops/action-gh-release@master
if: startsWith(github.ref, 'refs/tags/')
with:
files: .target/*.jar
files: ./target/*.jar

- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@multi-module

0 comments on commit a8e437a

Please sign in to comment.