diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e49a64..4cb4e03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: name: dist path: dist - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event.inputs.tag || github.ref_name }} name: ${{ github.event.inputs.tag || github.ref_name }}