Skip to content

Renders release notes for next release #2

Renders release notes for next release

Renders release notes for next release #2

name: Renders release notes for next release
on:
workflow_dispatch:
jobs:
preview:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: Build changelog
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v4
with:
configuration: changelog_config.json
toTag: ${{ githubg.ref }}

Check failure on line 17 in .github/workflows/review-release-notes.yml

View workflow run for this annotation

GitHub Actions / Renders release notes for next release

Invalid workflow file

The workflow is not valid. .github/workflows/review-release-notes.yml (Line: 17, Col: 18): Unrecognized named-value: 'githubg'. Located at position 1 within expression: githubg.ref
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Dump changelog
run: echo "${{ steps.build_changelog.outputs.changelog }}" >> $GITHUB_STEP_SUMMARY