File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,24 @@ jobs:
25
25
- name : Read version from Properties file
26
26
id : read_version
27
27
uses :
christian-draeger/[email protected]
28
+ env :
29
+ ACTIONS_ALLOW_UNSECURE_COMMANDS : ' true'
28
30
with :
29
31
path : ' publish.properties'
30
32
property : ' VERSION'
31
33
32
34
# Create a full version number with the Run Number suffix
33
35
- name : Create full version number
34
36
37
+ env :
38
+ ACTIONS_ALLOW_UNSECURE_COMMANDS : ' true'
35
39
with :
36
40
map : ' {"packageVersion": "${{ steps.read_version.outputs.value }}.${{ github.run_number }}"}'
37
41
38
42
- name : Set version in install xml file
39
43
44
+ env :
45
+ ACTIONS_ALLOW_UNSECURE_COMMANDS : ' true'
40
46
with :
41
47
args : edit -L --update "//extension/version" --value ${{ env.packageVersion }} plugin/install.xml
42
48
You can’t perform that action at this time.
0 commit comments