Skip to content

Commit

Permalink
Debug publish from subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Oct 3, 2024
1 parent 3671a23 commit c199164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:

jobs:
build:
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.30.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.33.0'
with:
node: '[
{"version": "18", "tests": true, "lint": true},
Expand All @@ -36,7 +36,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@debug-publish-npm'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.33.0'
with:
package_name: flowfuse-nr-launcher
publish_package: true
Expand All @@ -52,7 +52,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@debug-publish-npm'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@fix-separate-checkout-workdir'
with:
package_name: flowfuse-nr-theme
publish_package: true
Expand Down

0 comments on commit c199164

Please sign in to comment.