Skip to content

Commit

Permalink
Verify publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Jul 3, 2024
1 parent e3e79e4 commit b0ee188
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:

publish:
needs: build
if: |
( github.event_name == 'push' && github.ref == 'refs/heads/main' ) ||
( github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' )
# 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.19.0'
with:
package_name: nr-assistant
Expand Down

0 comments on commit b0ee188

Please sign in to comment.