diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d63f212..4ed5a1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -451,7 +451,7 @@ jobs: path: artifacts - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event_name == 'workflow_dispatch' && format('v{0}', github.event.inputs.version) || github.ref_name }} files: |