File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
uses : lewagon/wait-on-check-action@v1.0.0
20
20
with :
21
21
ref : ${{ github.ref }}
22
- check-name : ' buildAndTest'
22
+ check-name : " buildAndTest"
23
23
repo-token : ${{ secrets.GITHUB_TOKEN }}
24
24
wait-interval : 10
25
25
@@ -29,10 +29,10 @@ jobs:
29
29
uses : rohith/publish-nuget@v2
30
30
with :
31
31
# 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
33
33
34
34
# NuGet package id, used for version detection & defaults to project name
35
- PACKAGE_NAME : supabase/gotrue
35
+ PACKAGE_NAME : supabase/functions
36
36
37
37
# Filepath with version info, relative to root of repository & defaults to PROJECT_FILE_PATH
38
38
# VERSION_FILE_PATH: Directory.Build.props
You can’t perform that action at this time.
0 commit comments