Skip to content

Commit

Permalink
updated based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
thebadcoder96 committed Jan 9, 2024
1 parent 724695e commit 4caff76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-current-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Update README.md
run: |
latest_tag=$(git describe --tags `git rev-list --tags --max-count=1`)
sed "s|<current_version_tag>|$latest_tag|g" readme.md > tmp.md && mv tmp.md readme.md
sed "s|<workflow_to_replace_with_live_version_tag>|$latest_tag|g" readme.md > tmp.md && mv tmp.md readme.md
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -am "Update README with latest version tag"
git push
git push
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ json_data = Data('https://github.com/capitalone/DataProfiler/blob/main/dataprofi
```

If the file type is not automatically identified (rare), you can specify them
specifically, see section [Specifying a Filetype or Delimiter](https://capitalone.github.io/DataProfiler/docs/<current_version_tag>/html/profiler.html?#specifying-a-filetype-or-delimiter).
specifically, see section [Specifying a Filetype or Delimiter](https://capitalone.github.io/DataProfiler/docs/<workflow_to_replace_with_live_version_tag>/html/profiler.html?#specifying-a-filetype-or-delimiter).

### Profile a File

Expand Down

0 comments on commit 4caff76

Please sign in to comment.