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 aab2031 commit 1092711Copy full SHA for 1092711
.github/workflows/release.yml
@@ -24,9 +24,9 @@ jobs:
24
pip install git+https://github.com/inettgmbh/python-mkp.git@0.6
25
- name: Build
26
run: |
27
- chmod +x build/mkp-pack build/update-version
28
- build/update-version ${{ env.RELEASE_VERSION }}
29
- build/mkp-pack
+ chmod +x build/mkp-pack.py build/update-version.py
+ build/update-version.py ${{ env.RELEASE_VERSION }}
+ build/mkp-pack.py
30
- name: Create Release
31
id: create_release
32
uses: actions/create-release@v1
info.json
@@ -17,7 +17,7 @@
17
"name": "proxmox_bs",
18
"num_files": 5,
19
"title": "Proxmox Backup Server",
20
- "version": "0.4.17",
+ "version": "0.4.19",
21
"version.min_required": "2.3.0b6",
22
"version.packaged": "2.3.0p7"
23
}
0 commit comments