Skip to content

Commit cab0ed7

Browse files
authored
chore: update release-changelog-action
1 parent 0cd8b0d commit cab0ed7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release_package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
# Update changelog unreleased section with new version
6565
- name: Update changelog
66-
uses: superfaceai/release-changelog-action@v1
66+
uses: superfaceai/release-changelog-action@v2
6767
with:
6868
path-to-changelog: CHANGELOG.md
6969
version: ${{ env.NEW_VERSION }}
@@ -93,7 +93,7 @@ jobs:
9393
# Read version changelog
9494
- id: get-changelog
9595
name: Get version changelog
96-
uses: superfaceai/release-changelog-action@v1
96+
uses: superfaceai/release-changelog-action@v2
9797
with:
9898
path-to-changelog: CHANGELOG.md
9999
version: ${{ env.NEW_VERSION }}
@@ -107,4 +107,4 @@ jobs:
107107
body: ${{ steps.get-changelog.outputs.changelog }}
108108
prerelease: ${{ startsWith(github.event.inputs.release-type, 'pre') }}
109109
env:
110-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)