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 c199164 commit 14d13b8
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 @@ -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@v0.33.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@fix-separate-checkout-workdir'
with:
package_name: flowfuse-nr-launcher
publish_package: true
Expand Down

0 comments on commit 14d13b8

Please sign in to comment.