Skip to content

Commit c8b5926

Browse files
committed
Rm type declare
1 parent deeecee commit c8b5926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
needs:
5454
- changepacks
55-
# if: contains(needs.changepacks.outputs.changepacks, 'package.json')
55+
if: contains(needs.changepacks.outputs.changepacks, 'package.json')
5656
steps:
5757
- name: Checkout
5858
uses: actions/checkout@v5

0 commit comments

Comments
 (0)