Skip to content

Commit

Permalink
bug fix release flow, typo in workflow running verify script
Browse files Browse the repository at this point in the history
  • Loading branch information
idanilt committed Jun 25, 2020
1 parent 6d86300 commit 9f70961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
git fetch
yarn lerna publish from-git --force-publish --yes
- name: Verify
run: scripts/./verify ${{needs.details.outputs.title}}
run: scripts/./verify.sh ${{needs.details.outputs.title}}
# - name: patch
# run: |
# git config --global user.email "[email protected]"
Expand Down

0 comments on commit 9f70961

Please sign in to comment.