@ -7,6 +7,7 @@ on:
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- name: Create Release
id: create_release
@ -4,11 +4,11 @@ on:
# Allow manual call
workflow_dispatch:
# Allow use in other workflows (such as release)
worlflow_call:
workflow_call:
inputs:
release:
required: false
type: bool
type: boolean
default: false
release_tag:
Powered by TurnKey Linux.