fixed more workflow stuff

main
Patrick W3AXL 12 months ago
parent 06dfb493c1
commit 19c164adf2

@ -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:
required: false

Loading…
Cancel
Save

Powered by TurnKey Linux.