ci(release): use manifest file

This commit is contained in:
Ben Elan 2024-06-22 19:48:19 -07:00
commit 4a01ee3796
No known key found for this signature in database
GPG key ID: 0E54F3EFE936CE58
3 changed files with 6 additions and 3 deletions

View file

@ -57,8 +57,8 @@ jobs:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: simple
package-name: lazy.nvim
config-file: .github/release-please-config.json
manifest-file: .github/.release-please-manifest.json
- uses: actions/checkout@v4
- name: tag stable versions
if: ${{ steps.release.outputs.release_created }}