1
mirror of https://github.com/CarmJos/MineSQL.git synced 2024-09-19 12:15:45 +00:00

ci(deploy): 修复部署问题

This commit is contained in:
Carm Jos 2022-12-19 19:08:17 +08:00
parent e001050f15
commit 1c650b53eb
2 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@ on:
jobs:
packages-deploy:
name: "Deploy Project (GitHub)"
name: "Deploy Project (GitHub Packages)"
runs-on: ubuntu-latest
steps:
@ -44,6 +44,7 @@ jobs:
asset_content_type: application/java-archive
github-deploy:
name: "Deploy Project (GitHub Repo)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -55,7 +56,7 @@ jobs:
cache: maven
- name: "Maven Deploy"
run: mvn -B -Plocal deploy --file pom.xml -DskipTests
run: mvn -B -Plocal deploy --file pom.xml -DskipTests -Dgpg.skip
- name: "Copy artifacts"
run: |

View File

@ -297,7 +297,7 @@
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/CarmJos/MineConfiguration</url>
<url>https://maven.pkg.github.com/CarmJos/MineSQL</url>
</repository>
</distributionManagement>
</profile>