diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbbcc528..6075b06f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: echo "$CHANGELOG" > /tmp/changelog.txt - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: Release ${{ github.ref_name }} body_path: /tmp/changelog.txt