Skip to content

Commit ef6e49b

Browse files
authored
Update cd-build.yml
1 parent b50bb63 commit ef6e49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
msbuild /restore `
2828
/t:Build,Pack src/WinUI.TableView.csproj `
2929
/p:Configuration=Release `
30-
/p:Version=${{ steps.version.outputs.version-without-v }} `
30+
/p:Version=${{ steps.version.outputs.version }} `
3131
/p:PackageReleaseNotes="https://github.com/w-ahmad/WinUI.TableView/releases/tag/v${{ steps.version.outputs.version }}"
3232
3333
- name: Upload artifacts

0 commit comments

Comments
 (0)