diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8a508a..04e11b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: echo "$CHANGELOG" > 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: changelog.txt