Skip to content

Commit 255a0d8

Browse files
authored
Update maven-deploy.yaml
1 parent 24ae069 commit 255a0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: "Configure maven GitHub repository server"
1818
uses: s4u/maven-settings-action@v3.1.0
1919
with:
20-
repositories: '[{"id":"github","name":"github","url":"https://maven.pkg.github.com/$${{ github.repository }}","snapshots":{"enabled":true}}]'
20+
repositories: '[{"id":"github","name":"github","url":"https://maven.pkg.github.com/${{ github.repository }}","snapshots":{"enabled":true}}]'
2121
- name: "Maven deploy"
2222
run: |
2323
mvn --batch-mode deploy -Dgpg.skip=true

0 commit comments

Comments
 (0)