Skip to content

Commit

Permalink
feat: release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed Mar 14, 2024
1 parent 9f09acd commit b4e3f36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .github/workflow_data/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
English:
- extracted data/ in `.pkl`, `.csv`, `.json` format
- formatted/styled output/ in `.pdf` and `.html` format.

Spanish:
- extracted data/ in `.pkl` format
- formatted/style output/ in `.pdf` and `.html` format
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
body: |
English:
- extracted data/ in `.pkl`, `.csv`, `.json` format
- formatted/styled output/ in `.pdf` and `.html` format.
Spanish:
- extracted data/ in `.pkl` format
- formatted/style output/ in `.pdf` and `.html` format
body_path: ./.github/workflow_data/release.md
files: |
english-data.zip
english-output.zip
Expand Down

0 comments on commit b4e3f36

Please sign in to comment.