From 563519eee7fab6f05d3611885ada9891df82fd0b Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 29 Dec 2022 23:15:39 +0100 Subject: [PATCH] ci: fixed release-please stable tag --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c089490..cceac64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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