Skip to content

[8.0-stable] fix(PictureEditor): Use local klass to translate #46

[8.0-stable] fix(PictureEditor): Use local klass to translate

[8.0-stable] fix(PictureEditor): Use local klass to translate #46

Workflow file for this run

name: Publish Release
on:
workflow_dispatch:
pull_request:
types: [closed]
branches:
- main
- '*-stable'
jobs:
publish:
if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/v'))
uses: AlchemyCMS/.github/.github/workflows/release.yml@main

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

View workflow run for this annotation

GitHub Actions / Publish Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 14, Col: 11): Input target_branch is required, but not provided while calling.
with:
version_file_path: lib/alchemy/version.rb
secrets:
app_id: ${{ vars.ALCHEMY_BOT_APP_ID }}
app_private_key: ${{ secrets.ALCHEMY_BOT_APP_PRIVATE_KEY }}
rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}