mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 21:55:16 +02:00
fix(release): use new version scheme for plugin release tags (#5436)
This commit is contained in:
parent
e82bdef5a5
commit
f354080ba9
2
.github/workflows/plugins.yml
vendored
2
.github/workflows/plugins.yml
vendored
@ -439,7 +439,7 @@ jobs:
|
||||
|
||||
- name: Push git release tag
|
||||
run: |
|
||||
RELEASE=plugins-$(date '+%Y%m%d')
|
||||
RELEASE=plugins-${{ needs.get-environment.outputs.version }}
|
||||
|
||||
EXISTING_TAG=$(git tag --list "$RELEASE" | head -n 1)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user