Skip to content

Commit

Permalink
update comments and fix release not matching files
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed Jan 25, 2024
1 parent b0bd9e9 commit 14c7845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
needs: build
runs-on: ubuntu-22.04
if: startsWith(github.ref, 'refs/tags/')
#git tag -a v1.0.1 -m "test release"
#git push origin v1.0.1
#git tag -a v1.0.0 -m "initial release"
#git push origin v0.7.0 --tags
steps:
- name: Setup folder structure
run: |
Expand Down Expand Up @@ -112,5 +112,5 @@ jobs:
- extracted data/ found in `.pkl`, `.csv`, `.json` format
- formatted/styled output/ in `.pdf` and `.html` format.
files: |
english/output/
english/data/
english/output/*
english/data/*

0 comments on commit 14c7845

Please sign in to comment.