mirror of
https://github.com/fkie-cad/nvd-json-data-feeds.git
synced 2025-07-09 16:05:11 +00:00
Merge branch 'feature/add_monitoring'
This commit is contained in:
commit
0fb201f994
1
.github/workflows/monitor_release.yml
vendored
1
.github/workflows/monitor_release.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
git fetch --prune --unshallow --tags
|
||||
latest_release=$(git describe --abbrev=0 --tags | grep -oP "\d+\.\d+\.\d+")
|
||||
cur=$(date +"%Y.%m.%d")
|
||||
if [ "$latest_release" != "$cur" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user