Skip to content

Commit 571bb77

Browse files
authored
ci: Fix pre-release (#754)
1 parent 43ccd09 commit 571bb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- uses: actions/checkout@v4
103103
with:
104-
ref: ${{ needs.update_changelog.changelog_commitish }}
104+
ref: ${{ needs.update_changelog.outputs.changelog_commitish }}
105105

106106
- name: Use Node.js 22
107107
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)