Skip to content

Monthly Releases

Monthly Releases #26

Workflow file for this run

name: Monthly Releases
on:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
permissions:
contents: write
jobs:
build_and_release:
uses: ./.github/workflows/build_and_release.yaml

Check warning on line 13 in .github/workflows/monthly.yaml

View workflow run for this annotation

GitHub Actions / Monthly Releases

Workflow syntax warning

In .github/workflows/monthly.yaml (Line: 13, Col: 11): Error from called workflow ameknite/rust-ci-cd-template/.github/workflows/build_and_release.yaml@c40b351dfa0134841005d3ff5345540372cedea7 (Line: 230, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
release_type: patch
publish: true
secrets: inherit