Skip to content

Commit

Permalink
if i could type, that'd be great
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed Dec 11, 2024
1 parent 783b0f3 commit f587e05
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: mkdir -p ~/.m2 && echo $MVN_SETTINSG > ~/.m2/settings.xml
run: mkdir -p ~/.m2 && echo $MVN_SETTINGS > ~/.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 f587e05

Please sign in to comment.