We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66daf8e commit 6da14dbCopy full SHA for 6da14db
.github/workflows/ci.yml
@@ -76,9 +76,6 @@ jobs:
76
name: toolkit-${{ matrix.platform.os_name }}
77
path: toolkit-*
78
if: (startsWith(github.ref, 'refs/tags/cli-v') || github.ref == 'refs/heads/test-release')
79
- - name: Generate SHA-256
80
- run: shasum -a 256 bin/${{ matrix.platform.os_name }}-${{ matrix.platform.bin }} > bin/${{ matrix.platform.os_name }}-${{ matrix.platform.bin }}.sha256
81
- if: startsWith(matrix.platform.os, 'macOS') && (startsWith(github.ref, 'refs/tags/cli-v') || github.ref == 'refs/heads/test-release')
82
- name: Publish GitHub release
83
uses: softprops/action-gh-release@v2
84
with:
0 commit comments