Skip to content

Commit

Permalink
[ci] Fixing typo on workflow
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
diemol committed Sep 19, 2024
1 parent f6f3ef3 commit 72f3c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "build/dist/*.*"
bodyFile: "scripts/github-actions/release-notes.md"
bodyFile: "scripts/github-actions/release_header.md"
draft: true
generateReleaseNotes: true
name: Selenium ${{ env.VERSION }}
Expand Down

0 comments on commit 72f3c94

Please sign in to comment.