We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bef2ec commit 2c4509eCopy full SHA for 2c4509e
1 file changed
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup .NET
15
uses: actions/setup-dotnet@v4
16
with:
17
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
18
- name: Get latest tag version
19
id: vars
20
run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
@@ -23,6 +23,6 @@ jobs:
23
RELEASE_VERSION: ${{ env.tag }}
24
run: |
25
echo "Release version: $RELEASE_VERSION"
26
- dotnet pack -p:PackageVersion=0.2.1
+ dotnet pack -p:PackageVersion=0.2.2
27
dotnet nuget push DotPrompt.Sql/nupkg/*.nupkg -k ${{ secrets.AZURECODER_NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
28
0 commit comments