Skip to content

Commit 4fa38d3

Browse files
Update release.yml
1 parent 29953ff commit 4fa38d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: dotnet build ./src/DataStax.AstraDB.DataApi/ --configuration Release --no-restore
3434

3535
- name: Pack
36-
run: dotnet pack ./src/DataStax.AstraDB.DataAPI/ --configuration Release --no-build --output nupkgs -p:Version=${{ env.PACKAGE_VERSION }}
36+
run: dotnet pack ./src/DataStax.AstraDB.DataApi/ --configuration Release --no-build --output nupkgs -p:Version=${{ env.PACKAGE_VERSION }}
3737

3838
# - name: Push to NuGet
3939
# run: dotnet nuget push nupkgs/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)