Skip to content

Commit 9b95c0d

Browse files
authored
Update release.yaml
need to ensure that the release is available as a variable
1 parent 5f9d103 commit 9b95c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
RELEASE_VERSION: ${{ env.tag }}
2424
run: |
2525
echo "Release version: $RELEASE_VERSION"
26-
dotnet pack -p:PackageVersion=0.1.1
26+
dotnet pack -p:PackageVersion=0.2.1
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)