Skip to content

Commit

Permalink
Fix line continuation in build.yml
Browse files Browse the repository at this point in the history
Issue introduced in #503 as attempted fix/follow-on to #485
  • Loading branch information
michael-hawker authored Oct 27, 2023
1 parent 100d404 commit e1cb508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ jobs:
- name: Push packages (main)
if: ${{ github.ref == 'refs/heads/main' }}
run: |
dotnet nuget update source LabsFeed --username dummy --password ${{ secrets.DEVOPS_PACKAGE_PUSH_TOKEN }} `
dotnet nuget update source LabsFeed `
--username dummy --password ${{ secrets.DEVOPS_PACKAGE_PUSH_TOKEN }}
dotnet nuget push "**/*.nupkg" --api-key dummy --source LabsFeed --skip-duplicate
# Run tests
Expand Down

0 comments on commit e1cb508

Please sign in to comment.