diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9bcd820..cc0098e 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.0 + uses: specklesystems/speckle-automate-github-composite-action@0.4.1 with: speckle_automate_url: 'https://automate.speckle.dev' speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}