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