Skip to content

Commit 2c4509e

Browse files
authored
Update .NET version and package version in release workflow
1 parent 6bef2ec commit 2c4509e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v4
1616
with:
17-
dotnet-version: 8.0.x
17+
dotnet-version: 9.0.x
1818
- name: Get latest tag version
1919
id: vars
2020
run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
@@ -23,6 +23,6 @@ jobs:
2323
RELEASE_VERSION: ${{ env.tag }}
2424
run: |
2525
echo "Release version: $RELEASE_VERSION"
26-
dotnet pack -p:PackageVersion=0.2.1
26+
dotnet pack -p:PackageVersion=0.2.2
2727
dotnet nuget push DotPrompt.Sql/nupkg/*.nupkg -k ${{ secrets.AZURECODER_NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
2828

0 commit comments

Comments
 (0)