Skip to content

Commit 28505d9

Browse files
committed
fix: ci
1 parent 9818671 commit 28505d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
shell: pwsh
3232
id: extract_release_information
3333
run: |
34-
$output = release-please release-pr --repo-url $GITHUB_REPOSITORY --token=$env:RELEASE_TOKEN
34+
$output = release-please github-release --repo-url $GITHUB_REPOSITORY --token=$RELEASE_TOKEN --dry-run
3535
# Extract the number of releases
3636
$releasesMatch = [regex]::Match($output, 'Would tag (\d+) releases:')
3737
if ($releasesMatch.Success) {

0 commit comments

Comments
 (0)