We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49321fc commit dc4ade5Copy full SHA for dc4ade5
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
if: |
27
( github.event.workflow_run.conclusion == 'success' && github.ref == 'refs/heads/main' ) ||
28
( github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' )
29
- uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.34.0'
+ uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.36.0'
30
with:
31
package_name: flowfuse
32
build_package: true
0 commit comments