Skip to content

Commit 1cf745d

Browse files
Add version text (#9)
To easily communicate to commec, a commec-db-version.txt file is automatically generated and put in the zip file. This can be used during commec screen, and commec setup, to check if the current version is also the most recent version available on github.
1 parent 72e725e commit 1cf745d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
git push origin ${{ github.event.inputs.tag }}
4040
fi
4141
42+
- name: Write version.txt into commec-dbs
43+
run: echo "${{ github.event.inputs.tag }}" > commec-dbs/commec-db-version.txt
44+
4245
- name: Create ZIP of commec-dbs
4346
run: |
4447
cd commec-dbs

0 commit comments

Comments
 (0)