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 8fc4b85 commit c6cec96Copy full SHA for c6cec96
.github/workflows/release-please.yml
@@ -31,10 +31,7 @@ jobs:
31
shell: pwsh
32
id: extract_release_information
33
run: |
34
- Write-Host $GITHUB_REPOSITORY
35
- Write-Host $env:GITHUB_REPOSITORY
36
- Write-Host ${{ github.repository}}
37
- $output = release-please github-release --repo-url $GITHUB_REPOSITORY --token=$RELEASE_TOKEN --dry-run
+ $output = release-please github-release --repo-url $env:GITHUB_REPOSITORY --token=$env:RELEASE_TOKEN --dry-run
38
# # Extract the number of releases
39
# $releasesMatch = [regex]::Match($output, 'Would tag (\d+) releases:')
40
# if ($releasesMatch.Success) {
0 commit comments