From 85f77b2a55d70f5a7f9a6b1028f5d6c27482e335 Mon Sep 17 00:00:00 2001 From: Evans Date: Tue, 5 Mar 2024 17:27:27 +0800 Subject: [PATCH] :construction_worker: Update release CI --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 169eafa..aebaf84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,11 +57,14 @@ jobs: # Update changelog unreleased section with new version - name: Update changelog - uses: superfaceai/release-changelog-action@v1 + uses: superfaceai/release-changelog-action@v2 + run: | + echo ${{ env.NEW_VERSION }} with: path-to-changelog: CHANGELOG.md version: ${{ env.NEW_VERSION }} operation: release + format: markdownlint # Commit changes - name: Commit CHANGELOG.md and package.json changes and create tag