Skip to content

Commit c6cec96

Browse files
committed
ci: fix
1 parent 8fc4b85 commit c6cec96

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ 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}}
37-
$output = release-please github-release --repo-url $GITHUB_REPOSITORY --token=$RELEASE_TOKEN --dry-run
34+
$output = release-please github-release --repo-url $env:GITHUB_REPOSITORY --token=$env:RELEASE_TOKEN --dry-run
3835
# # Extract the number of releases
3936
# $releasesMatch = [regex]::Match($output, 'Would tag (\d+) releases:')
4037
# if ($releasesMatch.Success) {

0 commit comments

Comments
 (0)