Update Github workflow to auto-publish release
This commit is contained in:
5
.github/workflows/build_check_cache.yml
vendored
5
.github/workflows/build_check_cache.yml
vendored
@ -15,6 +15,10 @@ on:
|
||||
force-build:
|
||||
required: false
|
||||
type: boolean
|
||||
release-version:
|
||||
required: false
|
||||
type: string
|
||||
default: ''
|
||||
|
||||
jobs:
|
||||
check_cache: # determines if there is a cache and outputs variables used in caching process
|
||||
@ -61,4 +65,5 @@ jobs:
|
||||
arch: ${{ inputs.arch }}
|
||||
build-deps-only: ${{ inputs.build-deps-only }}
|
||||
force-build: ${{ inputs.force-build }}
|
||||
release-version: ${{ inputs.release-version }}
|
||||
secrets: inherit
|
||||
|
||||
Reference in New Issue
Block a user