Skip to content

Commit e07a539

Browse files
committed
ci(release): change default release-type to node
1 parent 4edc49a commit e07a539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535
config-file: release-please-config.json
3636
manifest-file: .release-please-manifest.json
37-
release-type: ${{ github.event.inputs.release-type || 'simple' }}
37+
release-type: ${{ github.event.inputs.release-type || 'node' }}
3838

3939
publish:
4040
needs: release-please

0 commit comments

Comments
 (0)