Skip to content

Commit

Permalink
👷 Update release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
noraincode committed Mar 5, 2024
1 parent a7ff1ce commit 85f77b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85f77b2

Please sign in to comment.