Skip to content

Commit dc5b28f

Browse files
committed
build: fix release-please ci
Release-As: 2.0.0
1 parent e41102c commit dc5b28f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-please.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ jobs:
1212
with:
1313
release-type: node
1414
package-name: '@textea/json-viewer'
15+
last-release-sha: '419cf32454d972d1a0802974bb5d8b9bf9c5704e'
1516
token: ${{secrets.GITHUB_TOKEN}}
16-
bump-minor-pre-major: true
17-
bump-patch-for-minor-pre-major: true
18-
draft: false
1917
- name: Checkout repository
2018
uses: actions/checkout@v3
2119
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)