We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265a42f commit ded752cCopy full SHA for ded752c
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup Maven settings
32
uses: 1arp/create-a-file-action@0.4.5
33
with:
34
- path: /home/runnner/.m2
+ path: /home/runner/.m2
35
isAbsolutePath: true
36
file: settings.xml
37
content: ${{ secrets.MAVEN_SETTINGS_XML }}
0 commit comments