Skip to content

Commit 61c7ef6

Browse files
committed
Update nuget package name
1 parent 53d54c8 commit 61c7ef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: lewagon/wait-on-check-action@v1.0.0
2020
with:
2121
ref: ${{ github.ref }}
22-
check-name: 'buildAndTest'
22+
check-name: "buildAndTest"
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
wait-interval: 10
2525

@@ -29,10 +29,10 @@ jobs:
2929
uses: rohith/publish-nuget@v2
3030
with:
3131
# Filepath of the project to be packaged, relative to root of repository
32-
PROJECT_FILE_PATH: Gotrue/Gotrue.csproj
32+
PROJECT_FILE_PATH: Functions/Functions.csproj
3333

3434
# NuGet package id, used for version detection & defaults to project name
35-
PACKAGE_NAME: supabase/gotrue
35+
PACKAGE_NAME: supabase/functions
3636

3737
# Filepath with version info, relative to root of repository & defaults to PROJECT_FILE_PATH
3838
# VERSION_FILE_PATH: Directory.Build.props

0 commit comments

Comments
 (0)