File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -208,15 +208,15 @@ echo "Generating changelog for ${PLATFORM} ${VERSION}.."
208208if [[ " ${REQUIRE_PR_NUMBERS} " == " true" ]]; then
209209 yarn auto-changelog update --rc \
210210 --repo " ${GITHUB_REPOSITORY_URL} " \
211- --currentVersion " ${new_version } " \
211+ --currentVersion " ${VERSION } " \
212212 --autoCategorize \
213213 --useChangelogEntry \
214214 --useShortPrLink \
215215 --requirePrNumbers
216216else
217217 yarn auto-changelog update --rc \
218218 --repo " ${GITHUB_REPOSITORY_URL} " \
219- --currentVersion " ${new_version } " \
219+ --currentVersion " ${VERSION } " \
220220 --autoCategorize \
221221 --useChangelogEntry \
222222 --useShortPrLink
Original file line number Diff line number Diff line change 8686 "@swc/core" : false
8787 }
8888 }
89- }
89+ }
You can’t perform that action at this time.
0 commit comments