We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deeecee commit c8b5926Copy full SHA for c8b5926
.github/workflows/publish.yml
@@ -52,7 +52,7 @@ jobs:
52
runs-on: ubuntu-latest
53
needs:
54
- changepacks
55
- # if: contains(needs.changepacks.outputs.changepacks, 'package.json')
+ if: contains(needs.changepacks.outputs.changepacks, 'package.json')
56
steps:
57
- name: Checkout
58
uses: actions/checkout@v5
0 commit comments