Skip to content

Commit c2827ac

Browse files
authored
remove setup github cli
1 parent d63e8f7 commit c2827ac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
with:
3838
node-version: 20
3939

40-
- name: Set up GitHub CLI
41-
uses: actions/setup-gh@v2
42-
4340
- name: Validate release tag and asset
4441
run: |
4542
if ! gh release view ${{ github.event.inputs.tag }} > /dev/null 2>&1; then

0 commit comments

Comments
 (0)