Skip to content

Commit

Permalink
CI: add parameter ./scripts/read_changelog.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nixargh committed Sep 10, 2024
1 parent 170adcd commit 325d482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
make build-all
- name: Generate Changelog
run: ./scripts/read_changelog.sh > ${{ github.workspace }}-CHANGELOG.txt
run: "./scripts/read_changelog.sh ${{ steps.extract_tag.outputs.tag }} > ${{ github.workspace }}-CHANGELOG.txt"

- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 325d482

Please sign in to comment.