Skip to content

Commit 72ea3e4

Browse files
committed
Update package version to 3.1.1 in CI workflow
1 parent aa495b4 commit 72ea3e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# CHANGE PACKAGE VERSION - The retarded way
3030
# Change the /p:VERSION=X.X.X part to change the actual package version.
3131
# Add --version-suffix ${{ github.sha }} if version suffix is desired
32-
run: dotnet pack --configuration Release /p:VersionPrefix=3.1.0.${{ github.run_number }} /p:ContinuousIntegrationBuild=true
32+
run: dotnet pack --configuration Release /p:VersionPrefix=3.1.1.${{ github.run_number }} /p:ContinuousIntegrationBuild=true
3333
- name: Upload Modularization to NuGet
3434
run: dotnet nuget push /home/runner/work/X39.Hosting.Modularization/X39.Hosting.Modularization/source/X39.Hosting.Modularization/bin/Release/X39.Hosting.Modularization.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
3535
- name: Upload Abstraction to NuGet

0 commit comments

Comments
 (0)