Skip to content

Commit

Permalink
correct accidental deletion of apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Nov 2, 2024
1 parent bffde8f commit 71bd33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
(contains(github.event.pull_request.labels.*.name, 'release-target'))
with:
pr_number_request_for_release: ${{ github.event.pull_request.number }}
pr_label_request_for_release: release-target'
pr_label_request_for_release: 'release-target'
workflow_runs_on: 'ubuntu-24.04'
dotnet_sdk_version: '8.0.100'
secrets:
Expand Down

0 comments on commit 71bd33b

Please sign in to comment.