Skip to content

Commit e694270

Browse files
committed
ci(release): add release-type input to release-please action
1 parent a5e0255 commit e694270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +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 || 'node' }}
3738

3839
publish:
3940
needs: release-please

0 commit comments

Comments
 (0)