Skip to content

Commit

Permalink
fix(actions): fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MAXOUXAX committed Sep 10, 2023
1 parent 235a955 commit 3b9e3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Maven
run: mvn -s $GITHUB_WORKSPACE/.github/workflows/maven-settings.xml -B package --file pom.xml
run: mvn -s $GITHUB_WORKSPACE/.github/workflows/maven-settings.xml -B package
env:
USER_NAME: ${{ secrets.USER_NAME }}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
run: mvn deploy -s $GITHUB_WORKSPACE/.github/workflows/maven-settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 3b9e3e5

Please sign in to comment.