Skip to content

Commit

Permalink
Update ci-maven-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bestrand authored Oct 11, 2024
1 parent d8bc4c7 commit 073a40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set m2 settings
run: |
mkdir -p ~/.m2
echo ${{ inputs.m2-settings }} > ~/.m2/settings.xml
echo "<settings><servers><server><id>github</id><username>${{ github.actor }}</username><password>${{ github.token }}</password></server></servers></settings>" > ~/.m2/settings.xml
- name: Set version
run: |
Expand Down

0 comments on commit 073a40b

Please sign in to comment.