This commit is contained in:
parent
e031e9b0e6
commit
d017433bc1
1 changed files with 0 additions and 5 deletions
|
@ -7,10 +7,6 @@ inputs:
|
||||||
GITEA_TOKEN:
|
GITEA_TOKEN:
|
||||||
description: "Gitea token"
|
description: "Gitea token"
|
||||||
required: true
|
required: true
|
||||||
GIT_CREDENTIALS:
|
|
||||||
description: "Git credentials"
|
|
||||||
required: false
|
|
||||||
default: ''
|
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
|
@ -29,6 +25,5 @@ runs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
|
||||||
GITEA_TOKEN: ${{ inputs.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ inputs.GITEA_TOKEN }}
|
||||||
GIT_CREDENTIALS: ${{ inputs.GIT_CREDENTIALS }}
|
|
||||||
run: npx semantic-release
|
run: npx semantic-release
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue