Skip to content

Commit

Permalink
ci: Update publish_node_package workflow to v0.21.0 (#4146)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski authored Jul 9, 2024
1 parent 8718b1d commit 2cbaeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: |
( github.event.workflow_run.conclusion == 'success' && github.ref == 'refs/heads/main' ) ||
( github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' )
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.10.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.21.0'
with:
package_name: flowfuse
build_package: true
Expand Down

0 comments on commit 2cbaeb8

Please sign in to comment.