bump automate compose

This commit is contained in:
Jedd Morgan
2025-05-30 15:32:57 +01:00
parent 449c4f2f5e
commit b697e3c964
+2 -2
View File
@@ -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' }}