Skip to content

Commit a861f23

Browse files
author
Filip Staffa
committed
fix build - removes v from release name
1 parent b717353 commit a861f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: dotnet test src/PostalCodes.UnitTests/PostalCodes.UnitTests.csproj
3636
- name: Extract Version from Release Tag
3737
id: get_version
38-
run: echo "VERSION=$(echo '${{ github.event.release.tag_name || env.DEFAULT_VERSION }}' | sed -e 's/^v\.//')" >> $GITHUB_ENV
38+
run: echo "VERSION=$(echo '${{ github.event.release.tag_name || env.DEFAULT_VERSION }}' | sed -e 's/^v//')" >> $GITHUB_ENV
3939
- name: Create nuget package
4040
run: dotnet pack . -p:PackageVersion=${{ env.VERSION }} -o out --no-build
4141
- name: Install dotnet-validate

0 commit comments

Comments
 (0)