Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Herman  <eric@publiccode.net>
  • Loading branch information
Ainali and ericherman committed Dec 14, 2022
1 parent 3c664e8 commit 935eed5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2022 The Foundation for Public Code <info@publiccode.net>

title: Release Test
version: 0.0.12
version: 0.0.13

remote_theme: publiccodenet/jekyll-theme

Expand Down
9 changes: 9 additions & 0 deletions changelog/changelog-0.0.13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!-- SPDX-License-Identifier: CC0-1.0 -->
<!-- SPDX-FileCopyrightText: 2022 The Foundation for Public Code <info@publiccode.net>, https://standard.publiccode.net/AUTHORS -->

## 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

0 comments on commit 935eed5

Please sign in to comment.