Skip to content

Commit 6049614

Browse files
authored
ci: Correct username for publishing (#66)
1 parent b03710f commit 6049614

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
uses: NuGet/login@v1
9494
id: nuget-login
9595
with:
96-
user: paradedb
96+
# The policy is owned by the paradedb org in NuGet but the isaacvando user created it, hence the name here
97+
user: isaacvando
9798

9899
- name: Publish to NuGet
99100
run: |

0 commit comments

Comments
 (0)