Skip to content

Commit

Permalink
remove vuejs part
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Jun 17, 2024
1 parent b15562b commit 05ac372
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,6 @@ jobs:
distribution: 'temurin'
cache: maven

- name: 'Download VUE.JS Artifact'
if: contains(github.ref, 'v')
uses: actions/download-artifact@v4
with:
name: 'testdata-generator-ui-dist'
path: 'testdata-generator-ui/dist'

- name: "Prepare Build"
run: >
mvn --no-transfer-progress --batch-mode clean package -DskipTests
Expand Down

0 comments on commit 05ac372

Please sign in to comment.