diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c142bbc..82ed0d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: Release v${{ steps.get_version.outputs.VERSION }} body: |