We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4224913 commit 868d886Copy full SHA for 868d886
2 files changed
.github/workflows/release.yml
@@ -108,6 +108,7 @@ jobs:
108
mv ../release/legacy-script-engine-${{ matrix.backend }} .
109
cp ../tooth.template.json tooth.json
110
sed -i "s/\${engine}/${{ matrix.backend }}/g" tooth.json
111
+ sed -i "s/\${version}/${{ github.event.release.tag_name }}/g" tooth.json
112
git add .
113
git commit -m "Release ${{ github.event.release.tag_name }}"
114
git tag ${{ github.event.release.tag_name }}
tooth.template.json
@@ -1,7 +1,7 @@
1
{
2
"format_version": 2,
3
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-${engine}",
4
- "version": "0.1.0",
+ "version": "${version}",
5
"info": {
6
"name": "LegacyScriptEngine-${engine}",
7
"description": "A plugin engine for running LLSE plugins on LeviLamina",
0 commit comments