This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.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
|
||||||
@@ -22,6 +22,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy project
|
- name: Deploy project
|
||||||
run: |
|
run: |
|
||||||
echo $MAVEN_REPO_OWNER
|
echo owner name : $MAVEN_REPO_OWNER
|
||||||
./mvnw -s .mvn/settings.xml deploy
|
./mvnw -s .mvn/settings.xml deploy
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user