Skip to content

Commit

Permalink
fix(ci): Change action-gh-release to v1
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 6849115 commit 9a38ede
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 @@ -125,7 +125,9 @@ jobs:
path: ./CHANGELOG.md

- name: Publish
uses: softprops/action-gh-release@v2
# fix v1 to avoid update to node 20 because compatibility issues with
# container `quay.io/pypa/manylinux2014_x86_64`
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body: ${{ steps.changelog_reader.outputs.changes }}
Expand Down

0 comments on commit 9a38ede

Please sign in to comment.