init auto release project
This commit is contained in:
parent
df74a08d28
commit
582ad3f0de
@ -11,6 +11,9 @@ inputs:
|
||||
password:
|
||||
description: "Password or personal access token used to log against the Docker registry"
|
||||
required: true
|
||||
release:
|
||||
description: "Auto incrementing release number according to semver"
|
||||
default: "false"
|
||||
gitea-token:
|
||||
description: "Gitea token to create a release"
|
||||
|
||||
@ -18,6 +21,7 @@ runs:
|
||||
using: composite
|
||||
steps:
|
||||
- uses: https://gitea.okami101.io/okami101/actions/release@main
|
||||
if: ${{ inputs.release == 'true' }}
|
||||
id: release
|
||||
with:
|
||||
token: ${{ inputs.gitea-token }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user