Skip to content

ci: automate creation of GitHub releases and tags #1

ci: automate creation of GitHub releases and tags

ci: automate creation of GitHub releases and tags #1

Workflow file for this run

name: Release Checker
on:
pull_request_target:
paths: ${{{ .github.languages | map(select(. == "Rust")) | if length == 0 then ["version.json"] else ["Cargo.toml"] end }}}
types: [ opened, synchronize, reopened, labeled, unlabeled ]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release-check:
uses: ipdxco/unified-github-workflows/.github/workflows/release-check.yml@${{{ .config.versions.uci // (.source.tag | sub("\\.[^.\\-\\+]+(?=\\-|\\+|$)"; "")) }}}

Check failure on line 19 in .github/workflows/release-check.yml

View workflow run for this annotation

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

Invalid workflow file

invalid value workflow reference: invalid character '?' in version :${{{ .config.versions.uci // (.source.tag | sub("\\.[^.\\-\\+]+(?=\\-|\\+|$)"; "")) }}}
with:
sources: '${{{ .github.languages | map(select(. == "Rust")) | if length == 0 then ["version.json"] else ["Cargo.toml"] end }}}'