Skip to content

Commit b89a867

Browse files
authored
Update changelog.yml
1 parent 28ba5e1 commit b89a867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
runs-on: ubuntu-latest
6161
needs: [generate]
6262
steps:
63-
- run: echo ${{jobs.generate.outputs.changelog}}
63+
- run: echo ${{needs.generate.outputs.changelog}}

0 commit comments

Comments
 (0)