Skip to content

Commit a3f274f

Browse files
committed
[ci] Fix publish-release job
1 parent 39df8d9 commit a3f274f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
check-version:
2121
# only run in the official pmd/pmd-designer repo, where we have access to the secrets and not on forks
2222
# and only run for _successful_ push workflow runs on tags.
23-
if: ${{ github.repository == 'pmd/designer'
23+
if: ${{ github.repository == 'pmd/pmd-designer'
2424
&& contains(fromJSON('["push", "workflow_dispatch"]'), github.event.workflow_run.event)
2525
&& github.event.workflow_run.head_branch != 'main'
2626
&& github.event.workflow_run.conclusion == 'success' }}

0 commit comments

Comments
 (0)