Skip to content

Commit

Permalink
Remove dependency graph updater from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyoverflow committed Jul 29, 2023
1 parent a5ca130 commit 6a9a304
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Plugin
name: Build and Release

on:
push:
Expand Down Expand Up @@ -32,6 +32,3 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: target/PrivateStatus*.jar

- name: Update Dependency Graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

0 comments on commit 6a9a304

Please sign in to comment.