ci: fix release-please workflow (#1899)

This commit is contained in:
gegoune 2023-01-08 02:38:01 +01:00 committed by GitHub
parent 3a42468a58
commit 5b554a9e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,8 @@ jobs:
- uses: google-github-actions/release-please-action@v3 - uses: google-github-actions/release-please-action@v3
id: release id: release
with: with:
release-type: node release-type: simple
package-name: ${{env.ACTION_NAME}} package-name: nvim-tree
command: github-release command: github-release
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: tag major and minor versions - name: tag major and minor versions