fix(release): use new version scheme for plugin release tags (#5436)
This commit is contained in:
parent
e82bdef5a5
commit
f354080ba9
|
@ -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…
Reference in New Issue