This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
MAVEN_ACCESS_TOKEN: ${{ secrets.CI_TOKEN }}
|
MAVEN_ACCESS_TOKEN: ${{ secrets.CI_TOKEN }}
|
||||||
MAVEN_REPO_OWNER: ${{ gitea.owner }}
|
MAVEN_REPO_OWNER: ${{ gitea.actor }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out latest repository code
|
- name: Check out latest repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -21,7 +21,5 @@ jobs:
|
|||||||
run: ./mvnw -s .mvn/settings.xml clean install -DskipTests
|
run: ./mvnw -s .mvn/settings.xml clean install -DskipTests
|
||||||
|
|
||||||
- name: Deploy project
|
- name: Deploy project
|
||||||
run: |
|
run: ./mvnw -s .mvn/settings.xml deploy -DskipTests
|
||||||
echo $MAVEN_REPO_OWNER
|
|
||||||
./mvnw -s .mvn/settings.xml deploy
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user