ci: fixed stable tag for release-please (again)

This commit is contained in:
Folke Lemaitre 2022-12-29 23:26:27 +01:00
parent 67cb4e74c8
commit 5d9c528771
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 3 additions and 1 deletions

View File

@ -56,11 +56,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: simple
package-name: lazy.nvim
- uses: actions/checkout@v2
- name: tag stable versions
if: ${{ steps.release.outputs.releases_created }}
if: ${{ steps.release.outputs.release_created }}
run: |
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com