mirror of https://github.com/folke/lazy.nvim.git
ci: fixed stable tag for release-please (again)
This commit is contained in:
parent
67cb4e74c8
commit
5d9c528771
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue