Skip to content

Commit

Permalink
ci(hotfix): generate notes instead of using from file
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-v4s committed Jan 13, 2025
1 parent 69ff8f0 commit 84acb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
gh release create ${{ github.ref_name }}
--notes-file notes.md
--generate-notes
--verify-tag --latest
--draft
"dist/qualibrate_config-${GITHUB_REF_NAME#v}-py3-none-any.whl"
Expand Down

0 comments on commit 84acb7e

Please sign in to comment.