fix(release): use new version scheme for plugin release tags (#5436)

This commit is contained in:
tuntoja 2025-02-07 11:42:20 +01:00 committed by GitHub
parent e82bdef5a5
commit f354080ba9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)