Skip to content

Commit

Permalink
Update settings xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-pairx2 committed Sep 11, 2024
1 parent 82e6c89 commit 016325b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/feature-to-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ jobs:
java-version: "11"
distribution: "temurin"
architecture: x64
- name: Set up Maven settings
run: |
mkdir -p ~/.m2
echo "${{ secrets.SETTINGS_XML }}" > ~/.m2/settings.xml
env:
SETTINGS_XML: ${{ secrets.SETTINGS_XML }}
- name: Build with Maven
run: mvn clean package
- name: Setup CLI
Expand Down

0 comments on commit 016325b

Please sign in to comment.