Skip to content

Commit

Permalink
Prettify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
picolino committed Dec 20, 2022
1 parent a230f54 commit 3daac12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
APP_PACKAGE_PATH: './published' # set this to the path to your app project, defaults to the repository root
NETCORE_VERSION: '6.0.300' # set this to the .NET Core version to use
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }} # set this to access token to github.com
GITHUB_API_KEY: ${{ github.token }} # set this to access token to github.com
GITHUB_API_KEY: ${{ github.token }} # set this to access token to github.com
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} # set this to access token to nuget.org

jobs:
Expand Down

0 comments on commit 3daac12

Please sign in to comment.