Skip to content

cicd: Set package type in correct location #2

cicd: Set package type in correct location

cicd: Set package type in correct location #2

Workflow file for this run

name: Releases
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: Helmisek/conventional-changelog-generator@v1.0.6-release
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: ncipollo/release-action@v1
with:
body: ${{ changelog }}

Check failure on line 21 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Releases

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 21, Col: 15): Unrecognized named-value: 'changelog'. Located at position 1 within expression: changelog