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 84f7c7f commit 8fc4b85Copy full SHA for 8fc4b85
.github/workflows/release-please.yml
@@ -31,6 +31,9 @@ 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
38
# # Extract the number of releases
39
# $releasesMatch = [regex]::Match($output, 'Would tag (\d+) releases:')
0 commit comments