Skip to content

Commit

Permalink
build: adjust get version script (#513)
Browse files Browse the repository at this point in the history
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Feb 15, 2024
1 parent c4e198d commit 412f293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-package-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
- name: Create git tag
uses: rickstaa/action-create-tag@v1
with:
tag: v${{ steps.nugetPackageVersion.outputs.version }}
tag: ${{ steps.nugetPackageVersion.outputs.version }}
2 changes: 1 addition & 1 deletion scripts/get_current_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ else
version="$version_prefix-framework"
fi

echo "Version: $version"
echo "v$version"

0 comments on commit 412f293

Please sign in to comment.