We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f5ac7 commit ed4e21eCopy full SHA for ed4e21e
2 files changed
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: "Publish release"
3
on:
4
push:
5
tags:
6
- - '*'
+ - '*'
7
8
jobs:
9
publish-release:
transferticketentity.xml
@@ -27,6 +27,7 @@
27
<version>
28
<num>1.2.0</num>
29
<compatibility>~11.0.0</compatibility>
30
+ <download_url>https://github.com/pluginsGLPI/transferticketentity/releases/download/1.2.0/glpi-transferticketentity-1.2.0.tar.bz2</download_url>
31
</version>
32
</versions>
33
<versions>
0 commit comments