Skip to content

Commit

Permalink
fix(ci): Set changelog reader action to v2.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed May 9, 2024
1 parent ab5a9c8 commit 96d07d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ jobs:
- name: Get Changelog Entry
if: startsWith(github.ref, 'refs/tags/')
id: changelog_reader
uses: mindsers/changelog-reader-action@v2
# fix 2.2.2 to avoid update to node 20 because compatibility issues with
# container `quay.io/pypa/manylinux2014_x86_64`
uses: mindsers/[email protected]
with:
version: v${{ env.PROJECT_VERSION }}
path: ./CHANGELOG.md
Expand Down

0 comments on commit 96d07d8

Please sign in to comment.