Skip to content

Commit

Permalink
ci: update release please. Fixes #1504
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 7, 2024
1 parent db5c465 commit eb49574
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,11 @@ jobs:
- tests
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: simple
package-name: lazy.nvim
extra-files: |
lua/lazy/core/config.lua
- uses: actions/checkout@v4
- name: tag stable versions
if: ${{ steps.release.outputs.release_created }}
Expand Down
7 changes: 7 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"extra-files": [
"lua/lazy/core/config.lua"
]
}

0 comments on commit eb49574

Please sign in to comment.