diff --git a/.github/workflows/build-and-publish-pre-release.yml b/.github/workflows/build-and-publish-pre-release.yml index bc2b7010..c8184ad4 100644 --- a/.github/workflows/build-and-publish-pre-release.yml +++ b/.github/workflows/build-and-publish-pre-release.yml @@ -33,6 +33,7 @@ jobs: steps: - name: "Initialise Workspace" + shell: bash run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" @@ -48,6 +49,7 @@ jobs: token: ${{secrets.GITHUB_TOKEN}} - name: "Check Runner details" + shell: bash run: | echo "Name: ${{runner.name}}" echo "OS: ${{runner.os}}" @@ -55,6 +57,7 @@ jobs: - name: "Enable Local nuget feeds if caching" if: ${{startsWith(runner.name, 'buildagent-')}} id: nuget-local-cache + shell: bash run: | { echo "NUGET_BAGET_CACHE=${{vars.NUGET_BAGET_CACHE}}"