Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a9435bbe9 | |||
| 9ac1756937 |
@@ -1,9 +1,8 @@
|
||||
name: "build and deploy Speckle functions"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
publish-automate-function-version: # make sure the action works on a clean machine without building
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Speckle.Automate.Sdk;
|
||||
|
||||
// WARNING do not delete this call, this is the actual execution of your function
|
||||
await AutomationRunner
|
||||
return await AutomationRunner
|
||||
.Main<FunctionInputs>(args, AutomateFunction.Run)
|
||||
.ConfigureAwait(false);
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Speckle.Automate.Sdk" Version="2.17.0-automate2" />
|
||||
<PackageReference Include="Speckle.Objects" Version="2.17.0-automate2" />
|
||||
<PackageReference Include="Speckle.Automate.Sdk" Version="2.17.0-automate3" />
|
||||
<PackageReference Include="Speckle.Objects" Version="2.17.0-automate3" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user