From 935eed533c925a4eaff93ffa18572162671d58e6 Mon Sep 17 00:00:00 2001 From: Ainali Date: Wed, 14 Dec 2022 14:20:00 +0100 Subject: [PATCH] Fix syntax Co-authored-by: Eric Herman --- .github/workflows/release-on-tag.yml | 6 +++--- _config.yml | 2 +- changelog/changelog-0.0.13.md | 9 +++++++++ 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 changelog/changelog-0.0.13.md diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml index 47ccadd..6ac52a3 100644 --- a/.github/workflows/release-on-tag.yml +++ b/.github/workflows/release-on-tag.yml @@ -35,7 +35,7 @@ jobs: uses: softprops/action-gh-release@v1 with: prerelease: true - files: - - release-test-*.pdf - - release-test-*.epub + files: | + release-test-*.pdf + release-test-*.epub body_path: release.body diff --git a/_config.yml b/_config.yml index 5776173..ee61c83 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: 2022 The Foundation for Public Code title: Release Test -version: 0.0.12 +version: 0.0.13 remote_theme: publiccodenet/jekyll-theme diff --git a/changelog/changelog-0.0.13.md b/changelog/changelog-0.0.13.md new file mode 100644 index 0000000..0a5c755 --- /dev/null +++ b/changelog/changelog-0.0.13.md @@ -0,0 +1,9 @@ + + + +## Version 0.0.13 + +2020-12-14: fix file syntax + + * `.github/workflows/release-on-tag.yml`: fix file syntax + * `_config.yml`: bump version 0.0.12 -> 0.0.13