Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/build-and-publish-release.y…
Browse files Browse the repository at this point in the history
…ml to match the template repo
  • Loading branch information
credfeto committed Nov 27, 2023
1 parent 6e09c57 commit 4bd8b0d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
token: ${{secrets.GITHUB_TOKEN}}

- name: "Check Runner details"
shell: bash
run: |
echo "Name: ${{runner.name}}"
echo "OS: ${{runner.os}}"
uses: actions/[email protected]
with:
script: |
core.info('Name: ${{runner.name}}');
core.info('OS: ${{runner.os}}');
- name: "Enable Local nuget feeds if caching"
if: startsWith(runner.name, 'buildagent-')
Expand Down

0 comments on commit 4bd8b0d

Please sign in to comment.