Skip to content

Commit cc3c5e7

Browse files
committed
ci: fix release-please workflow (#1899)
1 parent 37eda63 commit cc3c5e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
- uses: google-github-actions/release-please-action@v3
1111
id: release
1212
with:
13-
release-type: node
14-
package-name: ${{env.ACTION_NAME}}
13+
release-type: simple
14+
package-name: nvim-tree
1515
command: github-release
1616
- uses: actions/checkout@v3
1717
- name: tag major and minor versions

0 commit comments

Comments
 (0)