Skip to content

Commit ed33063

Browse files
committed
release builds with GitHub actions
1 parent b470fd8 commit ed33063

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/maven.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Build with Maven
3232
run: mvn -B package --file pom.xml
3333

34-
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
35-
- name: Update dependency graph
36-
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
34+
- name: Create Release
35+
uses: softprops/action-gh-release@v2
36+
with:
37+
files: target/*.jar
38+
env:
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)