Skip to content

Commit

Permalink
fix: test this with oclif-dev only
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutiburman committed Sep 12, 2022
1 parent 494386c commit 4785303
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 @@ -67,7 +67,7 @@ jobs:
elif [ "${{github.event.inputs.formula}}" == "twiliodraft" ]; then
echo "::set-output name=sha256::$(sha256sum dist/channels/draft/${{ matrix.asset_name }}/${{ matrix.asset_name }}-${{ steps.get-sha.outputs.SHA_SHORT }}.tar.gz | awk '{print $1}')"
else
echo "::set-output name=sha256::$(sha256sum dist/${{ matrix.asset_name }}.tar.gz | awk '{print $1}')"
echo "::set-output name=sha256::$(sha256sum dist/${{ matrix.asset_name }}/${{ matrix.asset_name }}.tar.gz | awk '{print $1}')"
fi
home-brew-release:
Expand Down

0 comments on commit 4785303

Please sign in to comment.