Skip to content

Commit 3a1b905

Browse files
authored
Merge pull request #165 from FmgLib/v8.8.9
fix.
2 parents 56b8c14 + 57a85e2 commit 3a1b905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
GENERATOR_PROJECT_PATH: 'src\FmgLib.MauiMarkup.Generator\FmgLib.MauiMarkup.Generator.csproj'
1313
MAIN_PROJECT_PATH: 'src\FmgLib.MauiMarkup\FmgLib.MauiMarkup.csproj'
1414
PACKAGE_OUTPUT_DIRECTORY: ${{ github.workspace }}\output
15-
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
15+
NUGET_API_KEY: ${{ secrets.NUGET_AUTH_TOKEN }}
1616

1717
jobs:
1818
deploy:

0 commit comments

Comments
 (0)