Skip to content

Commit 8fc4b85

Browse files
committed
ci: debug
1 parent 84f7c7f commit 8fc4b85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
shell: pwsh
3232
id: extract_release_information
3333
run: |
34+
Write-Host $GITHUB_REPOSITORY
35+
Write-Host $env:GITHUB_REPOSITORY
36+
Write-Host ${{ github.repository}}
3437
$output = release-please github-release --repo-url $GITHUB_REPOSITORY --token=$RELEASE_TOKEN --dry-run
3538
# # Extract the number of releases
3639
# $releasesMatch = [regex]::Match($output, 'Would tag (\d+) releases:')

0 commit comments

Comments
 (0)