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 29953ff commit 4fa38d3Copy full SHA for 4fa38d3
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
run: dotnet build ./src/DataStax.AstraDB.DataApi/ --configuration Release --no-restore
34
35
- name: Pack
36
- run: dotnet pack ./src/DataStax.AstraDB.DataAPI/ --configuration Release --no-build --output nupkgs -p:Version=${{ env.PACKAGE_VERSION }}
+ run: dotnet pack ./src/DataStax.AstraDB.DataApi/ --configuration Release --no-build --output nupkgs -p:Version=${{ env.PACKAGE_VERSION }}
37
38
# - name: Push to NuGet
39
# run: dotnet nuget push nupkgs/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
0 commit comments