Skip to content

Commit 9f70961

Browse files
committed
bug fix release flow, typo in workflow running verify script
1 parent 6d86300 commit 9f70961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
git fetch
124124
yarn lerna publish from-git --force-publish --yes
125125
- name: Verify
126-
run: scripts/./verify ${{needs.details.outputs.title}}
126+
run: scripts/./verify.sh ${{needs.details.outputs.title}}
127127
# - name: patch
128128
# run: |
129129
# git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)