Skip to content

Commit a59b3f4

Browse files
committed
Fix workflow for auto-publish
Follow up on previous commit 4542b40
1 parent ad63386 commit a59b3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-downloads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
if: ${{ needs.update-downloads.outputs.changes_detected == 'true' }}
4444
uses: ./.github/workflows/publish.yml
4545
with:
46-
ref: ${{ needs.update-downloads.outputs.commit == 'true' }}
46+
ref: ${{ needs.update-downloads.outputs.commit }}
4747
secrets: inherit

0 commit comments

Comments
 (0)