We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9818671 commit 28505d9Copy full SHA for 28505d9
.github/workflows/release-please.yml
@@ -31,7 +31,7 @@ jobs:
31
shell: pwsh
32
id: extract_release_information
33
run: |
34
- $output = release-please release-pr --repo-url $GITHUB_REPOSITORY --token=$env:RELEASE_TOKEN
+ $output = release-please github-release --repo-url $GITHUB_REPOSITORY --token=$RELEASE_TOKEN --dry-run
35
# Extract the number of releases
36
$releasesMatch = [regex]::Match($output, 'Would tag (\d+) releases:')
37
if ($releasesMatch.Success) {
0 commit comments