mirror of
https://github.com/fkie-cad/nvd-json-data-feeds.git
synced 2025-07-11 16:13:34 +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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
|
git fetch --prune --unshallow --tags
|
||||||
latest_release=$(git describe --abbrev=0 --tags | grep -oP "\d+\.\d+\.\d+")
|
latest_release=$(git describe --abbrev=0 --tags | grep -oP "\d+\.\d+\.\d+")
|
||||||
cur=$(date +"%Y.%m.%d")
|
cur=$(date +"%Y.%m.%d")
|
||||||
if [ "$latest_release" != "$cur" ]; then
|
if [ "$latest_release" != "$cur" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user