Skip to content

Commit

Permalink
More yml tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
riplikash committed Apr 25, 2024
1 parent d14c5f9 commit 89d6983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Extract version
id: get_version
run: |
version=$(grep '<version>' ./DapperAutoData/DapperAutoData.nuspec | sed 's|<version>\(.*\)</version>|\1|g')
version=$(grep '<version>' ./DapperAutoData/DapperAutoData.nuspec | sed 's|<version>\(.*\)</version>|\1|g' | tr -d '[:space:]')
echo "VERSION=$version"
echo "::set-output name=version::$version"
shell: bash
Expand Down

0 comments on commit 89d6983

Please sign in to comment.