diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec9c8d0..7168739 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -403,7 +403,7 @@ jobs: done echo "EOF" >> $GITHUB_OUTPUT - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ needs.prepare.outputs.tag }} target_commitish: ${{ github.sha }}