Skip to content

Commit

Permalink
Update inotify_version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener authored Mar 31, 2024
1 parent 7afcf86 commit 961859a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/inotify_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
curl -s https://api.github.com/repos/inotify-tools/inotify-tools/releases/latest \
| grep "tag_name" \
| sed -E 's/.*"([^"]+)".*/\1/' \
> inotify_version
> docs/inotify_version
- name: Commit and push changes
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 961859a

Please sign in to comment.