Skip to content

Commit

Permalink
update to superfaceai/release-changelog-action@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatey committed Sep 4, 2023
1 parent 5d41c64 commit d579bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

# Update changelog unreleased section with new version
- name: Update changelog
uses: superfaceai/release-changelog-action@v1
uses: superfaceai/release-changelog-action@v2
with:
path-to-changelog: CHANGELOG.md
version: ${{ env.NEW_VERSION }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
# Read version changelog
- id: get-changelog
name: Get version changelog
uses: superfaceai/release-changelog-action@v1
uses: superfaceai/release-changelog-action@v2
with:
path-to-changelog: CHANGELOG.md
version: ${{ env.NEW_VERSION }}
Expand Down

0 comments on commit d579bd2

Please sign in to comment.