Skip to content

Commit

Permalink
Updated publishing and deploying workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fembina authored May 20, 2024
1 parent fc50374 commit 086e151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PublishingAndDeploying.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Preparing
id: get_version
run: |
VERSION=$(xmllint --xpath "string(//Version)" Common.Build.props)
VERSION=$(xmlstarlet sel -t -v '//Version' Common.Build.props)
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Publishing
run: |
Expand Down

0 comments on commit 086e151

Please sign in to comment.