Skip to content

Commit

Permalink
chore: add pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
get-me-power committed Feb 2, 2024
1 parent 162f19a commit 0ffd7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 200
- name: Get version from csproj
run: |
version="$(grep -o --color=never "<PackageVersion>[0-9]\+\.[0-9]\+\.[0-9]\+" src/Dena.CodeAnalysis.Testing.csproj sed 's/<PackageVersion>//')"
version="$(grep -o --color=never "<PackageVersion>[0-9]\+\.[0-9]\+\.[0-9]\+" src/Dena.CodeAnalysis.Testing.csproj | sed 's/<PackageVersion>//')"
echo "version=$version" >> "$GITHUB_OUTPUT"
id: diff

Expand Down

0 comments on commit 0ffd7db

Please sign in to comment.