mirror of
https://github.com/fkie-cad/nvd-json-data-feeds.git
synced 2025-05-08 19:47:09 +00:00
fetch tags for git describe
This commit is contained in:
parent
60abd776a6
commit
71fd5e0f75
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