From 12f54e3ad43e3a34a68f32965c9e09f611844f32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Mon, 29 Jul 2024 04:48:39 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64f38ee..d2a58b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,10 @@ jobs: - name: Publish package distributions to PyPI run: pdm publish + - uses: actions/setup-node@v3 + with: + node-version: 16.x + - run: npx changelogithub continue-on-error: true env: