diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 382c28d..cc819fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: - name: Create GitHub Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: "v.${{ github.ref_name }}" draft: true