diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c1c312..2ce0c07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: retention-days: 30 - name: Publish GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.tag }} target_commitish: ${{ github.sha }}