Skip to content

Merge pull request #12 from crichez/fix/20240804release-workflow-fix1 #10

Merge pull request #12 from crichez/fix/20240804release-workflow-fix1

Merge pull request #12 from crichez/fix/20240804release-workflow-fix1 #10

Workflow file for this run

name: Release
on:
push:
tags:
- v*
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Install antsibull-changelog
run: pip install antsibull-changelog
- name: Generate changelog
run: antsibull-changelog release
- name: Build collection tarball
run: ansible-galaxy collection build
- name: Get version string
run: echo "VERSION=${GITHUB_REF_NAME:1}" >> "$GITHUB_ENV"
- uses: ncipollo/release-action@v1
with:
artifacts:
- crichez-secureboot-${{ env.VERSION }}.tar.gz

Check failure on line 31 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 31, Col: 13): A sequence was not expected
body_file: CHANGELOG.md