We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e65994a + 8b1c3ec commit 938f47fCopy full SHA for 938f47f
.github/workflows/Release.yml
@@ -45,7 +45,7 @@ jobs:
45
id: version
46
uses: notiz-dev/github-action-json-property@release
47
with:
48
- path: "package.json"
+ path: "./TMBot/package.json"
49
prop_path: "version"
50
- name: Upload TMBot
51
uses: actions/[email protected]
.github/workflows/build-repo.yml
@@ -28,6 +28,11 @@ jobs:
28
run: |
29
cp TMBotStart.exe ./TMBot/
30
cp package.json ./TMBot/
31
+ - name: Sync TMBot Package Version
32
+ run : |
33
+ cd TMBot
34
+ node app.js -syncVer
35
+ cd ..
36
- name: Build Linux Startup Files
37
38
mkdir build
0 commit comments