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 b03710f commit 6049614Copy full SHA for 6049614
1 file changed
.github/workflows/release.yml
@@ -93,7 +93,8 @@ jobs:
93
uses: NuGet/login@v1
94
id: nuget-login
95
with:
96
- user: paradedb
+ # The policy is owned by the paradedb org in NuGet but the isaacvando user created it, hence the name here
97
+ user: isaacvando
98
99
- name: Publish to NuGet
100
run: |
0 commit comments