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

Commit

Permalink
replace deprecated release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdcruz committed Dec 12, 2022
1 parent 7d89e21 commit ad5e367
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
- name: Compile project
run: mvn clean compile assembly:single

- name: Upload to github releases
uses: yakuhzi/release-asset@latest
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
file: ./target/*.jar
files: .target/*.jar

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

0 comments on commit ad5e367

Please sign in to comment.