Skip to content

Commit 7988dc6

Browse files
authored
Mergfix(crypto-nodejs): Fix the prep release script
fix(crypto-nodejs): Fix the prep release script
2 parents 269bf3a + 180796c commit 7988dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prep-crypto-nodejs-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: orhun/git-cliff-action@v1
6262
with:
6363
config: "${{ env.PKG_PATH }}/cliff.toml"
64-
args: "${{ inputs.previous_version }}..HEAD"
64+
args: "${{env.TAG_PREFIX}}${{ inputs.previous_version }}..HEAD"
6565
env:
6666
GIT_CLIFF_TAG: "${{ inputs.version }}"
6767
GIT_CLIFF_PREPEND: "${{ env.PKG_PATH }}/CHANGELOG.md"

0 commit comments

Comments
 (0)