We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efc2a9 commit 7970201Copy full SHA for 7970201
makefile
@@ -51,6 +51,7 @@ endif
51
52
release:
53
sed -i ".bak" "s/MARKETING_VERSION = .*/MARKETING_VERSION = $(shell npx next-standard-version);/g" ${PROJECT_NAME}.xcodeproj/project.pbxproj
54
+ sed -i ".bak" "s/CURRENT_PROJECT_VERSION = .*/CURRENT_PROJECT_VERSION = ${GITHUB_RUN_NUMBER};/g" ${PROJECT_NAME}.xcodeproj/project.pbxproj
55
.PHONY: release
56
57
# 마지막 tag로부터 현재까지의 changelog 및 버전 확인 용
0 commit comments