diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index ffd95be3e..6c4d37f24 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -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)