Skip to content

cicd: update github actions workflow #3

cicd: update github actions workflow

cicd: update github actions workflow #3

Workflow file for this run

name: Releases
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Set Changelog Message
run: |
echo "CHANGELOG=$(python get_release_msg.py)" >> $GITHUB_ENV

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
- uses: ncipollo/release-action@v1
with:
body: ${{ CHANGELOG }}