Skip to content

Commit

Permalink
Switched env -> vars, still learning how variables work
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Sep 12, 2023
1 parent 3fd1d47 commit 5e885de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Pack
run: dotnet msbuild -t:pack ${Solution_Path}
- name: Push
run: dotnet nuget push --api-key ${{ secrets.NuGet_Api_Key }} --source ${{ env.Nuget_Source_Url}}
run: dotnet nuget push --api-key ${{ secrets.NuGet_Api_Key }} --source ${{ vars.Nuget_Source_Url}}

0 comments on commit 5e885de

Please sign in to comment.