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:
|
||||
description: "Gitea token"
|
||||
required: true
|
||||
GIT_CREDENTIALS:
|
||||
description: "Git credentials"
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
@ -29,6 +25,5 @@ runs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
|
||||
GITEA_TOKEN: ${{ inputs.GITEA_TOKEN }}
|
||||
GIT_CREDENTIALS: ${{ inputs.GIT_CREDENTIALS }}
|
||||
run: npx semantic-release
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue