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 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
You can’t perform that action at this time.
0 commit comments