Skip to content

Commit

Permalink
ungodly amounts of testing
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioGaming committed Apr 17, 2024
1 parent d3d534e commit 2d886b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev-autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
- name: Determine version
id: version
run: |
version=$(dotnet project-file-name ${GITHUB_WORKSPACE}/${{ steps.project_name.outputs.name }}.csproj --version)
version=$(echo "${version}" | tr -d '[:space:]')
version=$(grep -oP '<Version>.*?</Version>' ${GITHUB_WORKSPACE}/${{ steps.project_name.outputs.name }}.csproj | grep -oP '\d+\.\d+\.\d+')
echo "::set-output name=version::$version"
- name: Pack
Expand Down

0 comments on commit 2d886b6

Please sign in to comment.