Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/build-and-publish-pre-relea…
Browse files Browse the repository at this point in the history
…se.yml to match the template repo
  • Loading branch information
credfeto committed Oct 26, 2023
1 parent b2392be commit a15e1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "OS: ${{runner.os}}"
- name: "Enable Local nuget feeds if caching"
if: ${{startsWith(runner.name, 'buildagent-')}}
if: startsWith(runner.name, 'buildagent-')
id: nuget-local-cache
shell: bash
run: |
Expand Down

0 comments on commit a15e1d4

Please sign in to comment.