From c3f9eed33fb33111c1362c0d71f269baacdca28e Mon Sep 17 00:00:00 2001 From: Rob E Date: Fri, 19 Apr 2024 22:41:22 +1000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf4c7bb..6a48bae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,12 +119,12 @@ jobs: server: https://deploy.octopus.app service_account_id: 9447a9ba-6dbc-417e-bbed-835ec435d648 - - name: Push build information 🐙 - uses: OctopusDeploy/push-build-information-action@v1 - with: - debug: true - packages: bamboo - version: ${{ needs.build.outputs.nuGetVersion }} + #- name: Push build information 🐙 + # uses: OctopusDeploy/push-build-information-action@v1 + # with: + # debug: true + # packages: bamboo + # version: ${{ needs.build.outputs.nuGetVersion }} - name: Push package to feed 🐙 uses: OctopusDeploy/push-package-action@v2