Skip to content

Commit 745ae9c

Browse files
authored
Merge pull request #20 from tsgcpp/feature/ci_update_version
chore: use "<version>" for script versionings
2 parents 56e755f + ef84ed7 commit 745ae9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git add "${PACKAGE_JSON_PATH}"
4242
4343
README_PATH=${{ env.README_PATH }}
44-
cat "${README_PATH}" | perl -pe 's/(#[^`]+)(` #version)/#'${VERSION}'${2}/g' > "${README_PATH}.tmp"
44+
cat "${README_PATH}" | perl -pe 's/(#[^`]+)(` <version>)/#'${VERSION}'${2}/g' > "${README_PATH}.tmp"
4545
mv "${README_PATH}.tmp" "${README_PATH}"
4646
git add "${README_PATH}"
4747

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Extension package for Unity Localization
77
- Window -> Package Manager
88
- Add package from git URL...
99
- Add the package URL
10-
- e.g. `https://github.com/tsgcpp/UnityLocalizationExtension.git?path=Assets/Plugins/LocalizationExtension#0.1.1` #version
10+
- e.g. `https://github.com/tsgcpp/UnityLocalizationExtension.git?path=Assets/Plugins/LocalizationExtension#0.1.1` <version>
1111

1212

1313
## Feature

0 commit comments

Comments
 (0)