Actualización workflow 4 gpg-plugin desactivado
This commit is contained in:
@@ -21,10 +21,9 @@ jobs:
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '23'
|
||||
cache: 'maven'
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn clean package
|
||||
run: mvn clean package -Dgpg.skip=true
|
||||
|
||||
- name: Create Maven settings.xml
|
||||
run: |
|
||||
@@ -45,7 +44,7 @@ jobs:
|
||||
TOKEN_GITEA: ${{ secrets.TOKEN_GITEA }}
|
||||
|
||||
- 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:
|
||||
USER_GITEA: ${{ secrets.USER_GITEA }}
|
||||
TOKEN_GITEA: ${{ secrets.TOKEN_GITEA }}
|
||||
Reference in New Issue
Block a user