Skip to content

Commit 3ba2004

Browse files
Update package.yml
1 parent 148ccdb commit 3ba2004

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/package.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,24 @@ jobs:
2525
- name: Read version from Properties file
2626
id: read_version
2727
uses: christian-draeger/[email protected]
28+
env:
29+
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
2830
with:
2931
path: 'publish.properties'
3032
property: 'VERSION'
3133

3234
# Create a full version number with the Run Number suffix
3335
- name: Create full version number
3436
uses: jwulf/[email protected]
37+
env:
38+
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
3539
with:
3640
map: '{"packageVersion": "${{ steps.read_version.outputs.value }}.${{ github.run_number }}"}'
3741

3842
- name: Set version in install xml file
3943
uses: Mudlet/[email protected]
44+
env:
45+
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
4046
with:
4147
args: edit -L --update "//extension/version" --value ${{ env.packageVersion }} plugin/install.xml
4248

0 commit comments

Comments
 (0)