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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: google-github-actions/release-please-action@v3
|
- uses: google-github-actions/release-please-action@v3
|
||||||
|
id: release
|
||||||
with:
|
with:
|
||||||
release-type: simple
|
release-type: simple
|
||||||
package-name: lazy.nvim
|
package-name: lazy.nvim
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- name: tag stable versions
|
- name: tag stable versions
|
||||||
if: ${{ steps.release.outputs.releases_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
run: |
|
run: |
|
||||||
git config user.name github-actions[bot]
|
git config user.name github-actions[bot]
|
||||||
git config user.email github-actions[bot]@users.noreply.github.com
|
git config user.email github-actions[bot]@users.noreply.github.com
|
||||||
|
|
Loading…
Reference in New Issue