Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp authored Mar 8, 2021
1 parent 076017e commit e3abd3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,15 @@ jobs:

# Update repo xml with new filename/version and sha
- name: Set version and filename in repo xml file
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
uses: Mudlet/[email protected]
with:
args: edit -L --update "//extensions/plugins/plugin/@version" --value ${{ env.packageVersion }} --update "//extensions/plugins/plugin/url" --value "https://tvh.codechimp.org/tvh-${{ env.packageVersion }}.zip" --update "//extensions/plugins/plugin/sha" --value "${{ env.sha }}" docs/repo.xml

- name: Commit files
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
git config --global user.name 'robot-codechimp'
git config --global user.email '[email protected]'
Expand Down

0 comments on commit e3abd3e

Please sign in to comment.