Skip to content

Release v4.0.1

Release v4.0.1 #5

Workflow file for this run

name: Publish Release
on:
workflow_dispatch:
pull_request:
types: [closed]
branches:
- main
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 13 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: 13, Col: 11): Secret rubygems_api_key is required, but not provided while calling.
with:
version_file_path: lib/alchemy/json_api/version.rb
secrets:
app_id: ${{ vars.ALCHEMY_BOT_APP_ID }}
app_private_key: ${{ secrets.ALCHEMY_BOT_APP_PRIVATE_KEY }}