Actualiser .github/workflows/semantic-release.yml
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
||||
GH_TOKEN:
|
||||
description: 'PAT with repo access, required to trigger workflows on tag push'
|
||||
required: false
|
||||
MAVEN_SETTINGS_B64:
|
||||
MAVEN_SETTINGS_BASE64:
|
||||
description: 'Maven settings'
|
||||
required: false
|
||||
|
||||
@@ -23,5 +23,5 @@ jobs:
|
||||
- name: Run semantic-release
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GH_TOKEN || github.token }}
|
||||
MAVEN_SETTINGS_B64: ${{ secrets.MAVEN_SETTINGS_B64 }}
|
||||
MAVEN_SETTINGS_BASE64: ${{ secrets.MAVEN_SETTINGS_BASE64 }}
|
||||
run: semantic-release
|
||||
Reference in New Issue
Block a user