Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
grrrrr
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed Dec 11, 2024
1 parent bb8c3f8 commit 783b0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: cd src/main/frontend && npm i
- name: Write Maven Settings
run: run mkdir -p ~/.m2 && echo $MVN_SETTINSG > ~/.m2/settings.xml
run: mkdir -p ~/.m2 && echo $MVN_SETTINSG > ~/.m2/settings.xml
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Publish to GitHub Packages Apache Maven
Expand Down

0 comments on commit 783b0f3

Please sign in to comment.