Actualización workflow 4 gpg-plugin desactivado
This commit is contained in:
@@ -21,10 +21,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: '23'
|
java-version: '23'
|
||||||
cache: 'maven'
|
|
||||||
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn clean package
|
run: mvn clean package -Dgpg.skip=true
|
||||||
|
|
||||||
- name: Create Maven settings.xml
|
- name: Create Maven settings.xml
|
||||||
run: |
|
run: |
|
||||||
@@ -45,7 +44,7 @@ jobs:
|
|||||||
TOKEN_GITEA: ${{ secrets.TOKEN_GITEA }}
|
TOKEN_GITEA: ${{ secrets.TOKEN_GITEA }}
|
||||||
|
|
||||||
- name: Publish to Gitea Package Registry
|
- name: Publish to Gitea Package Registry
|
||||||
run: mvn deploy -DaltDeploymentRepository=gitea::default::https://git.h4ckdata.es/api/packages/h4ckx0r/maven
|
run: mvn deploy -DaltDeploymentRepository=gitea::default::https://git.h4ckdata.es/api/packages/h4ckx0r/maven -Dgpg.skip=true
|
||||||
env:
|
env:
|
||||||
USER_GITEA: ${{ secrets.USER_GITEA }}
|
USER_GITEA: ${{ secrets.USER_GITEA }}
|
||||||
TOKEN_GITEA: ${{ secrets.TOKEN_GITEA }}
|
TOKEN_GITEA: ${{ secrets.TOKEN_GITEA }}
|
||||||
Reference in New Issue
Block a user