Skip to content

Commit

Permalink
Merge pull request #260 from FlowFuse/ci-nr-assistant-dep-workflow
Browse files Browse the repository at this point in the history
ci: Add `nr-assistant` dependency to `build and push` workflow
  • Loading branch information
hardillb authored Jul 4, 2024
2 parents b205186 + 18149b9 commit e666cd8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
build:
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.14.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.19.0'
with:
node: '[
{"version": "18", "tests": true, "lint": true},
Expand All @@ -37,13 +37,14 @@ jobs:
if: |
( github.event_name == 'push' && 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.1.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.19.0'
with:
package_name: flowfuse-nr-launcher
publish_package: true
package_dependencies: |
@flowfuse/nr-project-nodes
@flowfuse/nr-file-nodes
@flowfuse/nr-assistant
secrets:
npm_registry_token: ${{ secrets.NPM_PUBLISH_TOKEN }}

Expand All @@ -52,7 +53,7 @@ jobs:
if: |
( github.event_name == 'push' && 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.1.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.19.0'
with:
package_name: flowfuse-nr-theme
publish_package: true
Expand Down

0 comments on commit e666cd8

Please sign in to comment.