Skip to content

fix(ci): install cargo-release with +stable toolchain #113

fix(ci): install cargo-release with +stable toolchain

fix(ci): install cargo-release with +stable toolchain #113

# Due to workflow limitation of github, this file is merely here

Check failure on line 1 in .github/workflows/custom-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/custom-release.yml

Invalid workflow file

(Line: 11, Col: 1): Required property is missing: jobs
# to support triggering the workflow on a dev branch, without having
# to merge it into main.
#
# It is useful to make releases which publish a container to the github container registry.
# CAUTION: it is recommended that you always enforce those custom releases to contain a preview tag, with `-custom.X` suffix where
# custom is a descriptive name for the release and X is the version number.
#
# gh workflow run custom-release.yml --ref feat/your-branch -f preview=v1.7.0-custom.1
#
on:
workflow_dispatch:
inputs:
preview:
description: Useless just to have valid workflow file
required: true
type: string