mirror of https://github.com/folke/lazy.nvim.git
ci: fixed release-please stable tag
This commit is contained in:
parent
e6c24914e8
commit
563519eee7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue