Skip to content

Commit

Permalink
FEAT: adjust config.xml update step pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
scottenock committed Sep 18, 2024
1 parent 1239bec commit 0f7ed1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git fetch
git checkout master
git pull
xmlstarlet ed -N w="http://www.w3.org/ns/widgets" -u "/w:widget/@version" -v "${{ env.TAG_VERSION }}" cordova/config.xml > cordova/newConfig.xml
Expand Down

0 comments on commit 0f7ed1d

Please sign in to comment.