Skip to content

Commit

Permalink
Merge pull request #168 from Lionk-Framework/151-rework-workflow-to-p…
Browse files Browse the repository at this point in the history
…ublish-on-nugetorg

fix var name
  • Loading branch information
AlexandreIorio authored Aug 12, 2024
2 parents 8e4ebba + ef28b86 commit dbbfe89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/nuget_scripts/publish_nuget.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read_file_to_list(filename):

print(f"LIB_PATH: {LIB_PATH}")
print(f"NUGET_REGISTRY: {nuget_registry}")
print(f"GITHUB_TOKEN: {'******' if gh_token else None}")
print(f"NUGET_API_KEY: {'******' if nuget_api_key else None}")

projects = read_file_to_list('projects.txt')
newversions = read_file_to_list('newversions.txt')
Expand Down

0 comments on commit dbbfe89

Please sign in to comment.