Skip to content

Commit

Permalink
missed npx
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutiburman committed Sep 13, 2022
1 parent c0df127 commit d1b3547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oclif-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
make clean
make install
oclif-dev publish
npx oclif-dev publish
brew install coreutils
if [ "${{github.event.inputs.formula}}" == "twiliorc" ]; then
echo "::set-output name=sha256::$(sha256sum dist/channels/rc/${{ matrix.asset_name }}/${{ matrix.asset_name }}.tar.gz | awk '{print $1}')"
Expand Down

0 comments on commit d1b3547

Please sign in to comment.