We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2feb3 commit 292adbcCopy full SHA for 292adbc
.github/workflows/ci.yml
@@ -42,6 +42,4 @@ jobs:
42
API_KEY: ${{ secrets.NUGET_API_KEY }}
43
SOURCE: "https://api.nuget.org/v3/index.json"
44
run: |
45
- ls -al
46
- ls -al ./out
47
dotnet nuget push ./out/FSharp.Data.JsonSchema.${RELEASE_VERSION:1}.nupkg --skip-duplicate --no-symbols true --source $SOURCE --api-key $API_KEY
0 commit comments