Skip to content

Commit abcdcc2

Browse files
fix: bad job reference in workflow file
1 parent 94f497a commit abcdcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
2525
finish:
26-
needs: build
26+
needs: release
2727
if: ${{ always() }}
2828
runs-on: ubuntu-latest
2929
steps:

0 commit comments

Comments
 (0)