We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ae069 commit 255a0d8Copy full SHA for 255a0d8
.github/workflows/maven-deploy.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: "Configure maven GitHub repository server"
18
uses: s4u/maven-settings-action@v3.1.0
19
with:
20
- repositories: '[{"id":"github","name":"github","url":"https://maven.pkg.github.com/$${{ github.repository }}","snapshots":{"enabled":true}}]'
+ repositories: '[{"id":"github","name":"github","url":"https://maven.pkg.github.com/${{ github.repository }}","snapshots":{"enabled":true}}]'
21
- name: "Maven deploy"
22
run: |
23
mvn --batch-mode deploy -Dgpg.skip=true
0 commit comments