Skip to content

Commit abda484

Browse files
committed
feat: 修复maven配置错误
1 parent 9a79ff0 commit abda484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
http://maven.apache.org/xsd/settings-1.0.0.xsd">
125125
<servers>
126126
<server>
127-
<id>jetlinks</id>
127+
<id>snapshots</id>
128128
<username>${{ secrets.MAVEN_USERNAME }}</username>
129129
<password>${{ secrets.MAVEN_PASSWORD }}</password>
130130
</server>

0 commit comments

Comments
 (0)