Skip to content

Commit db4105e

Browse files
committed
sync module version and common package version for simplicity
1 parent 34b751d commit db4105e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,13 @@ jobs:
127127
--configuration Debug \
128128
--no-build \
129129
--output ./nupkg \
130-
--version-suffix $VERSION_SUFFIX
130+
--version ${{ steps.set_version.outputs.version }}${{ steps.set_version.outputs.prerelease && format('-{0}', steps.set_version.outputs.prerelease) }}
131131
else
132132
dotnet pack PSGraph.Common/PSGraph.Common.csproj \
133133
--configuration Release \
134134
--no-build \
135-
--output ./nupkg
135+
--output ./nupkg \
136+
--version ${{ steps.set_version.outputs.version }}
136137
fi
137138
138139
- name: Publish PSGraph.Common to NuGet

0 commit comments

Comments
 (0)