From b697e3c9647924c9eaf7a73feabb0d98f4daafb1 Mon Sep 17 00:00:00 2001 From: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com> Date: Fri, 30 May 2025 15:32:57 +0100 Subject: [PATCH] bump automate compose --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dc8300d..012124a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: push: tags: - - '*' + - "*" jobs: publish-automate-function-version: # make sure the action works on a clean machine without building @@ -26,7 +26,7 @@ jobs: dotnet run generate-schema ${HOME}/functionSchema.json cat ${HOME}/functionSchema.json - name: Speckle Automate Function - Build and Publish - uses: specklesystems/speckle-automate-github-composite-action@0.8.1 + uses: specklesystems/speckle-automate-github-composite-action@0.9.0 with: speckle_function_command: "dotnet SpeckleAutomateDotnetExample.dll" speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL || vars.SPECKLE_AUTOMATE_URL || 'https://automate.speckle.dev' }}