Skip to content

Commit

Permalink
FIX: correct cordova directory spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
scottenock committed Sep 18, 2024
1 parent 9546c06 commit 8783dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: echo "TAG_VERSION=${GITHUB_REF##*/v}" >> $GITHUB_ENV
- name: Update config.xml
run: |
xmlstarlet ed -N w="http://www.w3.org/ns/widgets" -u "/w:widget/@version" -v "${{ env.TAG_VERSION }}" cordova/config.xml > cordover/newConfig.xml
xmlstarlet ed -N w="http://www.w3.org/ns/widgets" -u "/w:widget/@version" -v "${{ env.TAG_VERSION }}" cordova/config.xml > cordova/newConfig.xml
mv cordova/newConfig.xml cordova/config.xml
- name: Commit config.xml
run: |
Expand Down

0 comments on commit 8783dd8

Please sign in to comment.