ci: fixed release-please stable tag

This commit is contained in:
Folke Lemaitre 2022-12-29 23:15:39 +01:00
parent e6c24914e8
commit 563519eee7
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
release-type: simple
package-name: lazy.nvim
- name: tag stable versions
if: ${{ steps.release.outputs.release_created }}
if: ${{ steps.release.outputs.releases_created }}
run: |
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com