Skip to content

Commit

Permalink
[ci] Update another GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Oct 2, 2024
1 parent 3b26b2e commit f31e582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
echo "release_name=$(git tag -l --format='%(contents:subject)' ${{ github.ref_name }})" >> $GITHUB_ENV
- name: Publish
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: ${{ env.release_name }}
body_path: ${{ runner.temp }}/release_body.md
Expand Down

0 comments on commit f31e582

Please sign in to comment.