Skip to content

fix(promote): rename release-publish-enable and fix required file input #66

fix(promote): rename release-publish-enable and fix required file input

fix(promote): rename release-publish-enable and fix required file input #66

Workflow file for this run

name: Release
on:
push:
branches:
- main
- master
tags:
- "v*"
paths-ignore:
- "**.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
packages: write
jobs:
promote:
uses: ./.github/workflows/promote.yml
secrets:
checkout-token: ${{ secrets.BOT_REPO_TOKEN }}
with:
version-makefile: Makefile
git-add-files: Makefile
git-user-name: getdevopspro-cibot
git-user-email: 203600057+getdevopspro-cibot@users.noreply.github.com
make-target-pre-push: release-version
changelog-enabled: true
release-publish-enable: true

Check failure on line 33 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 33, Col: 31): Invalid input, release-publish-enable is not defined in the referenced workflow.