diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc0098e..8105617 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: echo $(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.4.1 + uses: specklesystems/speckle-automate-github-composite-action@0.4.2 with: speckle_automate_url: 'https://automate.speckle.dev' speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}